Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Passing a property array by reference
Message
 
 
To
19/03/2003 22:11:20
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00767934
Message ID:
00767935
Views:
13
No. You cannot pass any property by reference. You can copy property array to the local array before call using ACOPY(), pass it to a method and copy back to the property array after.

>Is there a way to pass a property array by reference?
>
>The following doesn't work:
>
>
>IF NOT This.SetupField(@This.aField)
>   RETURN .F.
>ENDIF
>
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform