Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Procedure Commands
Message
 
To
23/03/2004 13:34:58
Chad Ashpole
Ads Information Systems, Inc.
Minneapolis, Minnesota, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00888970
Message ID:
00888975
Views:
9
While not very elegant, you can pass a parameter by reference (the default for DO ... WITH) and set that parameter instead of using RETURN.


PRIVATE plMyReturn
plMyReturn=.F.

DO MyProc WITH x, plMyReturn

IF plMyReturn
...
Previous
Reply
Map
View

Click here to load this message in the networking platform