Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do I pass & return an array to form
Message
 
To
18/02/2004 07:16:31
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00878231
Message ID:
00878265
Views:
21
>how do I pass & retrun an array to form
>Rajesh

Also, you could pass some array to the form by reference.
do form myform with myarray
and then just update the array elements from the form methods, or pass to the form the reference to the object that contains the array. However, you cannot pass directly the object's array property by reference as properties are always passed by value.
Nick Neklioudov
Universal Thread Consultant
3 times Microsoft MVP - Visual FoxPro

"I have not failed. I've just found 10,000 ways that don't work." - Thomas Edison
Previous
Reply
Map
View

Click here to load this message in the networking platform