Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Collection Object
Message
From
06/10/1999 22:57:46
 
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00273466
Message ID:
00273506
Views:
22
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?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform