Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Passing an array in a do form command
Message
From
15/09/2006 11:50:33
 
 
To
15/09/2006 11:47:35
Eric Gauthier
Transcontinental Interweb (Montreal)
Boucherville, Quebec, Canada
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01154149
Message ID:
01154151
Views:
10
>Hello all,
>
>How can we pass by reference an array in a do form??
>
>do form .\form\form1 with .....
>
>if I use the array name, it pass only the first element.
>Same if I use external array (name) in the init form
>
>
>Thx

Eric,

The with implies by reference
local aaa[3]

do form FormName with aaa
Gregory
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform