Re: How to exit ?
Re: How to exit ?
- Subject: Re: How to exit ?
- From: "Paige H. Adams" <email@hidden>
- Date: Tue, 28 Aug 2001 06:31:51 -0400
I would set up a separate exit subroutine somewhere in the script, then call
the subroutine when needed.
- Paige
on 8/28/01 5:35 AM, Jan Erik Mostrvm at email@hidden wrote:
>
In HyperTalk there was a command "exit to HyperCard" that would allow me to
>
jump
>
out of any script no matter how deep the call chain was, directly without
>
returning to any previous handler.
>
>
What is the recommended way of doing this in AppleScript?