Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Forcing type
Message
De
17/09/2003 05:37:10
 
 
À
16/09/2003 16:08:36
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00829623
Message ID:
00829765
Vues:
24
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform