My program reads string data from several files, reformats it and writes a single text file output. The reformatting does require extracting some numbers, doing some processing,and then inserting them back into a string, but the numbers are all integers and should therefore not have the "," instead of "." problem that you mentioned.
The files that are read are on a floppy disk and are, by default, assumed to be on the A: drive.
Thanks for your input.
John