Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can I return an array from a form?
Message
From
18/01/1999 05:21:01
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
How can I return an array from a form?
Miscellaneous
Thread ID:
00177095
Message ID:
00177095
Views:
78
Hi everybody!

Is there any way to return an array from a form?
For example, I call a form with...

local laArray[10],laRetArray[10]
do form Form1 with laArray to laRetArray

... and in its Init event do the following:
thisform.aItems = taParamArray

( aItems defined as aItems[10,0] )
When I, in form's Unload event trying to
...
...
return thisform.aItems

it fills the laRetArray with first item's value

Any suggestions?

TIA.

Uri.
Next
Reply
Map
View

Click here to load this message in the networking platform