Hello
I have a simple calculator app. I am using numberformat to show 1245.32 for example as : 1,245.32
At the same time, because i have to use . instead of , for the decimal point, I change all the commas to dots with every text change.
When i use the numberformat it gives me 1,245.32 and for example the user wants to delete the last charachter the 2 , he pushes backspace and text changes to 1.245.32 .
Or lets say he found a value of 4500 : Numberformat changes it to 4,500 and when i multiply it with 5 for example it multiplies 4.5 with 5 instead of 4500.
How can i fix this ?
TY
I have a simple calculator app. I am using numberformat to show 1245.32 for example as : 1,245.32
At the same time, because i have to use . instead of , for the decimal point, I change all the commas to dots with every text change.
When i use the numberformat it gives me 1,245.32 and for example the user wants to delete the last charachter the 2 , he pushes backspace and text changes to 1.245.32 .
Or lets say he found a value of 4500 : Numberformat changes it to 4,500 and when i multiply it with 5 for example it multiplies 4.5 with 5 instead of 4500.
How can i fix this ?
TY