Hi Everyone,
I have the problem of numerical data appearing with commas instead of points and vice versa, for example:
1.234.567,000 and I want it like --> 1,234,567.000
I cannot change the regional settings or defaults in SU3 as the format is correct in Spain, I just need to change it for the output of one program.
The program is collecting data from various tables, carrying out some calculations and creating a .txt file with the data in it, so changing the type to char or string is ok.
Regards,
Simon