Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Passing array as parameter to a form
Message
From
12/04/2000 18:35:52
 
 
To
12/04/2000 14:56:42
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00358869
Message ID:
00359000
Views:
9
>Looks like I can't do it. As soon as I put the little by @ sign in front of a parameter the form gives me a syntax error.

In a DO (form or just a procedure) you pass by reference like:

DO FORM WITH MyVar

so you don't need anything special to pass by arrays. To pass something to a form or prg using DO by Value, you do:

DO FORM WITH (MyVar)

So just get rid of the little @
Previous
Reply
Map
View

Click here to load this message in the networking platform