Skip to Content
0
Former Member
Jan 11, 2008 at 04:28 PM

Coverting number formats to internal representation

40 Views

I need a function module that will convert number format to internal representation. I am writing a program where based on the region that the program is been executed, the number could be 1,000.000 or 1.000,000 or 1 000,000. I need to convert them to internal representation 1000.000 so I can use it for dat manipulation