Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Pass property array
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00589949
Message ID:
00589956
Views:
19
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform