Re: How to exit ?
Re: How to exit ?
- Subject: Re: How to exit ?
- From: Ian Mantripp <email@hidden>
- Date: Tue, 28 Aug 2001 13:41:55 +0200
on 28/08/01 1:20 PM, Jan Erik Mostrvm wrote:
>
> I would set up a separate exit subroutine somewhere in the script, then call
>
> the subroutine when needed.
>
>
Yes, how would that exit handler look like?
Something like :
quit
on quit
display dialog "Sure ?"
if the button returned of the result is "OK" then continue quit
end quit
Ian