Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Passing an array
Message
From
21/07/2000 05:09:51
Mark Hall
Independent Developer & Voip Specialist
Keston, Kent, United Kingdom
 
 
To
21/07/2000 04:53:48
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00395256
Message ID:
00395259
Views:
13
>I want to pass an array to a form, do I do this by issuing SET UDFPARMS TO REFERENCE before passing the array, or is that not necessary.
>
>Can someone tell me the correct way to do this?
>
>Thanks
>Kev

Hi,

No need to set UDFPARMS, DO proc/form always passes by ref as a default.

DIME laTest(10)
DO FORM test WITH laTest

Should be all that you need.
Regards
Mark

Microsoft VFP MCP
Menulib - OO Menus for VFP www.hidb.com/menulib
Previous
Reply
Map
View

Click here to load this message in the networking platform