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