Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Array as property in VFP6?
Message
From
08/01/2004 17:04:25
 
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00865239
Message ID:
00865248
Views:
25
>How would I set an array as a property in VFP6?
>
>Thanks.

Hi Adam,

If you use New Property... from the Class or Form menu, enter the name along with the initial dimensions (i.e. myArray(1,0) or myArray(3,2)).

In code, use:
oMyObject.AddProperty('myArray(3,2)')
Jason
---------
Single field, surrogate primary keys....because it's sexier!

Third normal form is more than just a good idea.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform