Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Pass/Return Large Array?
Message
 
To
03/09/1999 15:21:16
Evans Carl
System Answers Consulting, Inc
Big Lake, Minnesota, United States
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00261314
Message ID:
00261447
Views:
20
>Hi Steve,
>
>The way would to be to "DO FORM myform WITH la_array" pass the array as a parameter , after the process, you can in the (modal form unload) procedure return la_array
>
>
>Hope this helps
>
>Carl

Evans,

The passed array will go out of scope as soon as the form's Init finishes because the only choices for receiving an parameter is private or local and privates go out of scope when teh routine that creates them (Init in the case of form parameters) ends.

The best solution for this problem is to use a parameter object.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform