Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Array as a property??
Message
 
To
08/11/2001 09:17:44
Melvin Sequera
M&H New World, C.A.
Fuenlabrada, Spain
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Miscellaneous
Thread ID:
00579023
Message ID:
00579033
Views:
20
Two ways of doing this:

1) add an array property during design by simply naming the array aMyArray[1,2] - during run time just treat like a regulary array by dimensioning it to whatever size you need to. The only difference is that you would reference it as so; ThisForm.aMyArray[1,1]

2) add the array during runtime with ThisForm.AddProperty("aMyArray[1,2]", .F.)

Good luck!
Previous
Reply
Map
View

Click here to load this message in the networking platform