Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Remove point
Message
 
 
To
12/08/2007 08:44:44
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01247674
Message ID:
01247682
Views:
22
>hi,
>thank you very much, it works as..
>
>
>STORE '9874.698' TO gcString
>? STRTRAN(gcString, '.', ' ')
>
>
>but i need to make as..
>
>**thisform.text2.value &&numeric type
>STORE thisform.text2.value TO gcString
>*i try
>** STORE val(thisform.text2.value) TO gcString
>
>? STRTRAN(gcString, '.', ' ')&& error message
>
>
>
>>Experiment with these in the command window using ? to output results to the screen.
>>
Try
alltrim(strtran(padr(thisform.text2.value,20),"."," "))
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform