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

>Is there any way to return an array from a form?

No. An array always has to be passed by reference. You can't RETURN by reference, only by value, ie the first element on an array. The easiest solutiuon would be to define an object that contains an array and return a reference to that object. If the form is modal, there are additional tricks.

Christof
--
Christof
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform