Re: Quit running Applescript
Re: Quit running Applescript
- Subject: Re: Quit running Applescript
- From: "Stockly, Ed" <email@hidden>
- Date: Thu, 18 Jun 2009 11:20:26 -0700
- Thread-topic: Quit running Applescript
>> I have very simple issue and not able to find the solution. In my
script, I
wrote simple validation to check for email id. If the validation fails,
I want
to quit running Apple script.
If your applescript is an applet, make sure it's saved with the "Stay
Open"
not checked.
You may also try:
tell me to quit
on quit
display dialog "Goodbye"
continue quit
end quit
HTH,
ES
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden