P
Peter Newman
Previously posted in the wrong group
I writing an app to read a text file and need to convert a string into a
double.
ie "00000001234" into 12.34
It is part of a translator code the line in question =
Double.Parse(Right("00000000000" & Mid(ImportLine, 38, 11),
11)), _
where Mid(ImportLine, 38, 11) = "00000001234"
I writing an app to read a text file and need to convert a string into a
double.
ie "00000001234" into 12.34
It is part of a translator code the line in question =
Double.Parse(Right("00000000000" & Mid(ImportLine, 38, 11),
11)), _
where Mid(ImportLine, 38, 11) = "00000001234"