Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Passing an Array
Message
 
 
To
06/10/2003 13:27:46
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00835464
Message ID:
00835483
Views:
8
This message has been marked as the solution to the initial question of the thread.
Michel,

DO FORM passes parameters by reference. Using '@' prefix will generate an error.
DO FORM "frmSomeForm.scx" WITH laSomeArray
>Hi All,
>
>I am trying to pass an Array to a form. Is this even possible? Both forms are in the same executable program.
>
>I tried:
>DO FORM "frmSomeForm.scx" WITH @laSomeArray
>
>I know this works with Procedures.
>SomeProc( @laSomeArray )
>
>TIA
>Mike
>
>P.S. VFP6 - SP5
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform