Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Strings
Message
 
À
14/06/1999 16:54:09
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00229715
Message ID:
00229788
Vues:
25
>how do you test if a string is not = to ""? i tried null that did nothing for me the pgm just blows past this statement everytime in my code

James,
"" != String
"" <> String
"" # string
NOT EMPTY(String)
LEN(String) <> 0
LEN(String) # 0
LEN(String) != 0
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform