Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Why the modal Form Doesn't Return an Array ? !!
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Why the modal Form Doesn't Return an Array ? !!
Miscellaneous
Thread ID:
00684094
Message ID:
00684094
Views:
48
Hello Boys ...

My Modal Form can't Return an Array !!

For example
The Modal Form's Unload Method has:

LOCAL xArray(2,2)

xArray(1,1) = "A"
xArray(1,2) = "B"
xArray(2,1) = "C"
xArray(2,2) = "D"

RETURN xArray

... I call the form:

DO FORM MyModalForm TO xx

...and xx only get the first element o the array

Is it posible to get the entire array ?

Many Thanks
Amilcar Pino
Have a nice day ...
Next
Reply
Map
View

Click here to load this message in the networking platform