Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Returning variables to the calling program?
Message
From
08/07/2000 19:04:01
 
 
To
08/07/2000 18:59:24
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00389878
Message ID:
00389888
Views:
15
Dave,
FWIW, the @ isnt necessary, for variables are already passed by reference to programs/procedures called with the Do command. To pass by value, the variables would need to be enclosed in parentheses. :-)

Jon

>Alternatively you can pass the variables to the called program by reference to have their values changed - preface the passed variable name with the "@" symbol.
>
>Dave
Previous
Reply
Map
View

Click here to load this message in the networking platform