Is there any way to stop extra zeros from being dropped when changing a decimal number string into a true number?
EG:
If I go tonumber(“5.00”) it results in just 5
A function of my app is for the user to create a number 1 digit at a time (Like a calculator). I’m using the Fontmanager library to make bitmap fonts (for WP8) instead of a straight string. But part of the function of that library is to turn any number strings into true numbers with tonumber().
So when I have someone trying to make up the number 5.004 for example, everytime they get to the 5.0 part it just keeps changing it to 5