Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Object Value by Reference
Message
 
To
14/04/2003 12:11:23
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00777263
Message ID:
00777272
Views:
8
>Is it possible to pass an Object value by reference?
>
>eg. x = myFunction(@loObject.ABC) && where loObject is an object and ABC is one of the data records in the object
>
>It is giving me an error that it cannot find the alias 'loObject'
>
>Thanks

You cannot pass the property by reference but you can pass the object itself.

x = MyFunction(@loObject)
Previous
Reply
Map
View

Click here to load this message in the networking platform