Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Test If a Variable exists
Message
 
 
À
31/08/2006 23:13:30
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01150290
Message ID:
01150291
Vues:
26
IF VARTYPE("SomeVariable") <> "U"
  * Variable exists

IF VARTYPE("SomeObject") = "O" AND NOT ISNULL(SomeObject)
  * Object exists
...
>I have in mind that VFP has a function to test if a variable or object exist. I'm trying to locate it in the help file but I can't.
>Any help will be appreciated.
>Thanks in advance.
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform