Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How do you test to see if an array exist
Message
De
03/06/1999 17:32:36
 
 
À
02/06/1999 20:24:14
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00225707
Message ID:
00226281
Vues:
22
>If Type('a_array1')<>'U'


The new VARTYPE command is faster and doesn't require quotes.

If VARTYPE(a_array1) <> 'U'
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform