Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to pass an array and return array from a form
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00759681
Message ID:
00759748
Views:
15
Allan,

Don't instead use pass by reference.
DIMENSION MyArray(3,3)
* Now populate the array

DO FORM MyForm WITH MyArray

* When the form finishes any changes it made to the parametered array it recieved will be in MyArray at this level.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform