Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Collection Object
Message
De
06/10/1999 22:57:46
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00273466
Message ID:
00273506
Vues:
23
Hi Scott,

>Thanks for the reply. Yes, I know arrays are dynamic-sized. But they're not objects. They don't follow the object model. In other words, with memory arrays you cannot say
>
>MyArray(1).Item1
>MyArray(1).Item2
>MyArray(2).Item1
>MyArray(2).Item2

Right, An array is not object, just a buch of memvars with goofy names, but an array element can contain an object refreence. If MyArray(1) contained an object reference to a form (or anyother object) you could say MyArray(1).MyProp or any other property or method. Does this help or am I off-base?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform