Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Variable Existence Check
Message
De
30/09/1998 10:37:57
 
 
À
30/09/1998 10:26:32
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00142381
Message ID:
00142385
Vues:
28
>I'd like to check if a variable exists. Can someone point me to the function for this?
>
>It would work just like FOUND(), returning a .t. if the var exists and .f. if it does not.
>
>TIA,
>
>/Chris

Maybe...

TYPE('variable') = 'C' and !ISNULL(variable)

Substitute 'C' for whatever type you're looking for.

paul
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform