Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Transform() back to Numeric
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00722042
Message ID:
00722053
Views:
11
This message has been marked as the solution to the initial question of the thread.
Try
ROUND(EVAL( CHRTRAN(lcVal, ".,", ""))/100,2)
* or
EVAL( CHRTRAN(CHRTRAN(lcVal, SET("SEPARATOR"), ""), SET("POINT"), ".") )
>Hi all,
>
>Does anyone know of a quick and easy (to be used in a select statement) way to convert a transformed amount back to its value.
>
>If I originally had the number 12345.67
>this has become the string "12,345.67" or "12.345,67" depending on the separators.
>
>and now I need to do a numeric > or < so I need it as a number again.
>
>Any ideas?
>PS I can't store it as both so that is not an option.
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform