Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Currency
Message
 
 
To
13/01/2009 12:38:00
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
01373267
Message ID:
01373288
Views:
17
>Thanks Sergey Yes I see that. I was just about to process some strings some of which contain currency amounts and was thinking of using VARTYPE to check which ones where valid currency amounts. I'll have to change my £s to $s first.

The TYPE() function can do it for you
lcStr = "£200"
IF TYPE(CHRTRAN(lcStr, "£", "$")) = "Y"
  * Currency
ENDIF
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform