Hello, folks!
I am using
in order to store a return value into
which will be evaluated after. In form
the value is stored as a form property and it's updated a few times after being returned in the
statement placed in the form's Unload event.
But I want to return more than one value from the form
, so I tried to set up and array as a form's property, but I found it's not allowed...
How can I manage to return more than one value from a form?
Perhaps I should return a comma separated value where each field would be each one of the values I want to return...
I am running MS-Visual FoxPro Version 7.
Thanks!
Arlequín
arlequin@montevideo.com.uy
I am using
Code:
DO FORM
Code:
myForm
Code:
WITH
Code:
myVar
Code:
TO
Code:
RetValue
Code:
RetValue
Code:
myForm
Code:
RETURN
But I want to return more than one value from the form
Code:
myForm
How can I manage to return more than one value from a form?
Perhaps I should return a comma separated value where each field would be each one of the values I want to return...
I am running MS-Visual FoxPro Version 7.
Thanks!
Arlequín
arlequin@montevideo.com.uy