Stupid Question - how to quit a script
Stupid Question - how to quit a script
- Subject: Stupid Question - how to quit a script
- From: Landis <email@hidden>
- Date: Mon, 19 Nov 2001 10:49:03 -0800
How would I quit a script in the middle of it should the user choose?
For example:
script here
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
more script here
Thanks so much,
Landis