Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
More then one variable in a return command
Message
From
09/07/2000 14:17:43
 
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00389980
Message ID:
00389996
Views:
17
>If I want to send 2 variables by value and return 2 variables by reference how would i do that.
>
>Kelly
rVal1 = ""   && or whatever is appropriate for return type
rVal2 = ""   && ditto above
nRetStatus = yourfunc(var1,var2,@rVal1,@rVal2)
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform