Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem with Comma
Message
From
12/05/2005 11:07:55
 
 
To
12/05/2005 11:00:41
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Environment versions
Visual FoxPro:
VFP 7 SP1
OS:
Windows 2000 SP4
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01013415
Message ID:
01013424
Views:
11
Hi, Gabriel,

One way (and there may be others) is to chase the comma out using STRTRAN
cString = "1,456.08"
? VAL(STRTRAN(cString,",",""))
Hope that helps...
Kevin
Previous
Reply
Map
View

Click here to load this message in the networking platform