Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Do form to
Message
From
05/08/2003 09:39:08
 
 
To
05/08/2003 09:22:27
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00816816
Message ID:
00816828
Views:
22
Hi Chaim

you can concatenate more than one string in your parameter then strip them out at the other end. Put in an unused character as a delimiter like ";"

so in your unload

RETURN str1+";"+str2+";"+str3

then in the calling process break the returned string up into its components

Nick Mason

>how can I do it with more than one parameter?
>The following method not working:
>parent form command: do form x with var1,var2 to return1,return2
>child form unload:return return1,return2
>Thank you
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform