Re: Stupid Question - how to quit a script
Re: Stupid Question - how to quit a script
- Subject: Re: Stupid Question - how to quit a script
- From: Michelle Steiner <email@hidden>
- Date: Tue, 20 Nov 2001 07:46:32 -0700
On 11/19/01 11:49 AM, Landis <email@hidden> wrote:
>
display dialog "Stop script and quit now?"
>
if answer is yes then
>
quit and stop running <-- this is the command I'm looking for
>
end if
display dialog "Stop script and quit now?" buttons {"Yes", "No"}
if button returned of the result is "Yes" then
error number -128
else
display dialog "Still running"
end if
--Michelle
----------------------------------------------------------------------
| Michelle Steiner | We're not human beings having a spiritual |
| | experience. We're spiritual beings |
| email@hidden | having a human experience. |
----------------------------------------------------------------------