Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Arrays
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Re: Arrays
Miscellaneous
Thread ID:
00094058
Message ID:
00094271
Views:
22
>>I'm trying to return an array from a form, but the entire array doesn't get passed back. The syntax I am using is RETURN arrayname.
>>
>>What am I missing in this RETURN command that will pass all the elements of the array?
>>
>>Maria
>
>Maria,
>
>That won't work with an array. The easiest way to do something similar is to make an array property for the form, then you can access it after the form is closed (but not released).

You can also make arrays a property of an object and pass the object around.

Steve
Previous
Reply
Map
View

Click here to load this message in the networking platform