Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Passing an array property by reference
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00060585
Message ID:
00061133
Vues:
44
>>>Oh, well. Thanks to everyone who tried to help.
>>>
>>>Maybe I should report this to Microsoft as a bug (in their next beta).
>>
>>Tom,
>>
>>I don't think that this is a bug. For one thing, VFP passes all objects by reference, so when you add the @ you're really not doing anything. In this case, since VFP doesn't know anything about what the object is it evaluates the first element. Note that this is consistent with the way the TYPE() function works. Certainly, I wish that this wasn't the case, but it's been this way for so long, that I don't anticipate them making any changes.
>>
>>George
>
>Yes, but how can you send a property by reference to a function?
>
>Vlad

Vlad,

Individual properties cannot be sent by reference without first assigning it to an intermediate value. Otherwise an error is generated. The intermediate value can then be passed by reference and re-assigned. This is not only applies to arrays, but character, numeric, and logical values.

George
George

Ubi caritas et amor, deus ibi est
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform