Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Convert number to string and back
Message
 
 
To
31/03/2008 11:31:08
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01306961
Message ID:
01306965
Views:
7
>I want to convert an arbitrary number with an arbitrary number of decimal places to a string and back, and get the exactly the same number, for example:
>
>1234.5678 to string "1234.5678" to number again 1234.5678
>456 to string "456" to number again 456 (not 456.00)
>987654325.123456 to string "987654325.123456" to number again 987654325.123456
>
>I don't know in advance the number of digits or number of decimal digits.
>
>I don´t mind if the string is in any other format, like binary bytes or anything like that, I just want to get exactly the same number back. This is for storing a numeric value in the registry as a binary string, and then get back the number stored.
>
>Any ideas?

What's the maximum number of digits after the . ? I think there should be some limit otherwise there would be no way.
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform