Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Arrays
Message
 
 
To
23/05/2001 12:13:58
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Re: Arrays
Miscellaneous
Thread ID:
00510432
Message ID:
00510436
Views:
18
>is there any way to pass an array in VFP ( say to a form with do form )?
>
>I've resorted to adding an array to the _screen object, but that makes the word generic impossible
>
>- jer

local array myarray[1]
do form myform with myarray

In the form's Init:
lparamaters tamyarray

Then you can use acopy to copy the array to a form level array property in order to have access to it throughout the form.

HTH.
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform