Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Passing by reference form property arrays
Message
 
To
14/04/2000 01:25:38
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00359674
Message ID:
00359686
Views:
9
Micheal,

You cannot pass any object properties by reference. You can either pass the object refernce or copy the array;
ACOPY(This.ArrayProp, laArray)
DO FORM Whatever WITH larray
or;
DO FORM Wnatever WITH THIS
Previous
Reply
Map
View

Click here to load this message in the networking platform