Skip to Content
0
Former Member
Dec 05, 2008 at 10:53 AM

Change separating char in numerical data

51 Views

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