Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Returning an Array from a Function
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00338850
Message ID:
00339181
Vues:
35
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform