Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Pass array as a parameter
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00961882
Message ID:
00961911
Views:
6
This message has been marked as the solution to the initial question of the thread.
>Thanks Dean,
>
>I experimented a bit further and oddly enough I noticed that the command
>
DO FORM OrderSelect WITH -1, laOrderIDs
>does actually pass the whole array. That’s good but I thought it didn’t work this way. My UDFPARMS is set to VALUE. Is this reliable?

SET UDFPARMS has no effect on DO/DO FORM commands which always pass parameters by reference. You can force them to be passed by value by enclousing them in parenthesis.
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform