Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How create a FoxPro object collection
Message
From
09/07/2002 15:26:35
 
 
To
03/07/2002 17:05:06
Daniel Antich
Informática Industrial
Heredia, Costa Rica
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Miscellaneous
Thread ID:
00675126
Message ID:
00676790
Views:
18
Hello Daniel:
Can't you create a single array with one object in each element?

Example:
DECLARE THIS.aoElements(n)
THIS.oElements(1) = (Object_1)
THIS.oElements(2) = (Object_2)
THIS.oElements(n) = (Object_n)

Externally I think you can use FOR..EACH or equivalent.
Fernando D. Bozzo
Madrid / Spain
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform