Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Val from string with commas
Message
 
 
To
26/06/2008 09:30:58
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01326898
Message ID:
01326913
Views:
12
>>Using vfp 8
>>
>>lcStringValue=[1,234]
>>? VAL(lcStringValue)
>>
>>returns 1.00
>>
>>How can I get the real value of 1234?
>>
>>Thanks
>
>the ultimate solution:
>Function NewVal
>  Parameters lcIndata
>Return Val(Chrtran(lcIndata,',.',Repl(Set('POINT'),2)))
I think the comma is not from SET POINT. It's thousands separator.
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform