Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Return To procedure?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00699673
Message ID:
00699698
Views:
18
>That's brilliant, thanks. You are right thought just being able to say which level back you want to go to would be perfect rather than having to parse the procedure name out.

I'd avoid this like the plague - you're blowing the call stack and one or more execution stacks out without being aware of the consequences of them. It's an open invitation to having dangling object refs left lying about, since there may be methods bypassed by RETURN TO that never terminate, and since the code in them is active, you'll likely not be able to release the objects involved (and their parent containers, etc.) at a later point.
EMail: EdR@edrauh.com
"See, the sun is going down..."
"No, the horizon is moving up!"
- Firesign Theater


NT and Win2K FAQ .. cWashington WSH/ADSI/WMI site
MS WSH site ........... WSH FAQ Site
Wrox Press .............. Win32 Scripting Journal
eSolutions Services, LLC

The Surgeon General has determined that prolonged exposure to the Windows Script Host may be addictive to laboratory mice and codemonkeys
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform