Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Returning an Array from a Function
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00338850
Message ID:
00339181
Views:
33
So let me put this in together (for my own benefit).

When you pass an object variable by value, you get a pointer to the memory space that the variable points. So mucking with it changes things in that memory space.

When you pass an object variable by reference, you get a pointer to the memory space that the variable resides in. So mucking with that changes the very nature of the variable.

Thanks to all for clearing that up.
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Previous
Reply
Map
View

Click here to load this message in the networking platform