ldejesuspr
Programmer
Hello,
I would like to format a string in a floating point format type. Like 999.99 For instance, if the string is:
1 = 1.00
1.0 = 1.00
1.1 = 1.10
Could someone teach me how to accomplish this?
thanks in advance
I would like to format a string in a floating point format type. Like 999.99 For instance, if the string is:
1 = 1.00
1.0 = 1.00
1.1 = 1.10
Could someone teach me how to accomplish this?
thanks in advance