Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Test If a Variable exists
Message
 
 
À
01/09/2006 01:54:54
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01150290
Message ID:
01150329
Vues:
24
My syntax is correct.

>The correct syntax is
>
>
>IF VARTYPE(m.SomeVariable) <> "U"
>  * Variable exists
>
>IF VARTYPE(m.SomeObject) == "O"  && this part is useless AND NOT ISNULL(SomeObject)
>  * SomeObject is an Object reference
>...
>
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform