Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Passing array property of an object
Message
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00204115
Message ID:
00204178
Views:
15
James,

You cannot pass any object property by reference and that is as it should be. The property belongs to the object and as such it should only be accessed using the object reference. You can pass the object and the name of the array;

DO Something WITH loObj, "aArray"

Then reference the property of the object with the object syntax.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform