Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ISARRAY()?
Message
 
À
08/08/1999 11:38:54
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00251254
Message ID:
00251255
Vues:
11
>I need to decide if a variable is of array type or not. TYPE() and VARTYPE() functions return the type of the first array element, but not the variable type. Any other ideas?
IF TYPE("MyArray(1)") <> "U"
   * it's an array
ELSE
   * it's not an array
ENDIF
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform