Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Is myArray an array?
Message
De
17/06/2003 12:08:03
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00800787
Message ID:
00800843
Vues:
40
>>>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)")
I guess I never had tried to reference a properity as an array that wasn't one.
Charles

"The code knows no master." - Chuck Mautz
"Everybody is ignorant, only on different subjects." - Will Rogers
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform