Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to know whether the variable already exist or not.
Message
De
06/05/2001 23:57:35
Gavin Reid
L & M Marketing Pty Ltd
Frenchs Forest, Australie
 
 
À
06/05/2001 23:08:04
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00504059
Message ID:
00504063
Vues:
19
Hi E C,

Take a look at TYPE() in the Help. You could do something like:
IF TYPE("myvariable") = "U"
    * ----- Variable is undefined
ELSE
    * ----- Variable is defined
ENDIF
Hope this helps,
Gavin...

>Can I find out whether the variable is already exist or not?
>
>TIA.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform