I am scanning a document of over 200,000 lines where each line uses the following format:
C xxxxxxx xxxxxxx xxxxxxx
Where the x's represent a random number with a randomly placed decimal. I need to convert it to:
C xxxxxxx 0.00000 xxxxxxx
I used to know how to do this sort of thing, and the...