Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How can I check to see if an array has been created?
Message
 
 
À
12/10/2001 00:55:27
Peter Brama
West Pointe Enterprises
Detroit, Michigan, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00567404
Message ID:
00567505
Vues:
14
>I knew I could count on the UT and most likely you lately. I assume you write code with VFP for a living because you seem to have all the answers. How does that saying go, "You've probably forgotten more than I will ever know". Thanks again Sergey!!

BTW, if you want to know if an existing variable is an array
IF TYPE("myvariable[1]") = "U"
  * It's not array
ELSE
  * Yes, it's array
ENDIF
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform