Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Is Array ?
Message
De
02/11/1999 15:13:13
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00285490
Message ID:
00285678
Vues:
19
>Hi
>
>I want to know if a specific variable is an array ?
>I try VARTYPE() or TYPE() but it gives me only the type of the first element of the array. I used VFP6.0 with SP3
>
>Thank's in advance

* procedure IsArray
*-- Array must be passed by reference
lparameters aArrayIn

return not type( 'aArrayIn[1]' ) == "U"
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform