Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Passing Properties by reference
Message
From
03/04/2000 16:59:18
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00354561
Message ID:
00354592
Views:
18
>Hi
>
>I have add this propertie in a form myForm.L_Close[1] &&Array
>
>And I got a function call AADD()
>This function is use to dimension array and it's in a procedure file call Utile.prg
>
>How c'an I passe myForm.Array[1] by reference to my AADD() Function
>if I try AADD(@myForm.Array) it dosent work.
>
>Benoit

Just pass the object reference, and use the array property on the other side. Alternatively, ACOPY the property array to a regular array, and pass that.
Erik Moore
Clientelligence
Previous
Reply
Map
View

Click here to load this message in the networking platform