Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VAL of string that has commas
Message
From
12/01/2010 10:56:34
 
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01443408
Message ID:
01443414
Views:
47
>>How to you return a value from a formatted string that has commas?
>>
>>
>>
>>cValue=[1,018]
>>? VAL(cValue)  = 1.0
>>
>>
>>Thanks
>Maybe:
VAL(STRTRAN(cValue,",",""))
You wouldn't have the foxpro blues ?
Gregory
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform