G
Guest
I have a result number that i need to convert to a readable format in other
words let's say my result is:
1000000000E-03
I need to convert it to read like: 0.0001000000
or if it was: 34240099E-03
it will read like:
0.00034240099
This is going to be in classic asp.
words let's say my result is:
1000000000E-03
I need to convert it to read like: 0.0001000000
or if it was: 34240099E-03
it will read like:
0.00034240099
This is going to be in classic asp.