Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Pass property array
Message
De
05/12/2001 12:12:52
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00589949
Message ID:
00589956
Vues:
20
>How to pass property array by reference with using the @ sing. Like with "Normal" arrays?

The simple answer is, you can't - either pass the object reference and deal with finding the array on the other side, or use ACOPY() to copy the array to a local variable, pass the local to the function, and on return, use ACOPY() again to replace the content of the member array with the updated local array content.
EMail: EdR@edrauh.com
"See, the sun is going down..."
"No, the horizon is moving up!"
- Firesign Theater


NT and Win2K FAQ .. cWashington WSH/ADSI/WMI site
MS WSH site ........... WSH FAQ Site
Wrox Press .............. Win32 Scripting Journal
eSolutions Services, LLC

The Surgeon General has determined that prolonged exposure to the Windows Script Host may be addictive to laboratory mice and codemonkeys
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform