Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Pass/Return Large Array?
Message
 
To
04/09/1999 03:02:25
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00261314
Message ID:
00261510
Views:
21
>Hi Jim,
>
>Your suggestion is just what I need, how do you create the parameter object?
>
>Regards
>Doug Johnston
Doug,

First define a class either in program code or in the class designer. Give that class an array property, say aReturn. Then in the calling form you can;
loParm = CreateObject("YourParmClass")
DIMENSION loParm.aReturn(3,3) && or whatever dimensions you need
DO FORM TheModalOne WITH loParm

* Here you can read aReturn in loParm
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform