Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Testing for presence of an array?
Message
 
 
À
04/05/2005 19:18:37
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 7 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
01011099
Message ID:
01011103
Vues:
18
>Hi. How do you test for the presence of an array?
>
IF TYPE("ALEN(myarray)") = "N"
  * myarray exists and is an array
ELSE
ENDIF

* VFP9
IF TYPE("myarray",1) = "A"
...
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform