Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Forcing type
Message
From
17/09/2003 05:37:10
 
 
To
16/09/2003 16:08:36
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00829623
Message ID:
00829765
Views:
25
Hi Yossi,

i think you want force a null to a string null variable.

use this
* if you want preserve right spacing
* before use lxVariableOfUnknownType force its type with this
lxVariableOfUnknownType=RTRIM(NULL)
* now lxVariableOfUnknownType is a "C" type
* if you can trim, use
lxVariableOfUnknownType=RTRIM(lxVariableOfUnknownType)
Fabio
Previous
Reply
Map
View

Click here to load this message in the networking platform