Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Is myArray an array?
Message
 
 
À
17/06/2003 10:45:33
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00800787
Message ID:
00800826
Vues:
29
>>The more generic way, that works for object properties also
TYPE("ALEN(myarrary)") = "N"
>
>
>What do you mean by also works for object properties?

Try
oForm = CREATEOBJECT("form")
? TYPE("oForm.Top[1]")          && Returns not "U" for any intrinsic property
? TYPE("ALEN(oForm.Top)")
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform