Re: Suppressing error messages
Re: Suppressing error messages
- Subject: Re: Suppressing error messages
- From: Gary Lists <email@hidden>
- Date: Tue, 17 Jun 2003 15:24:21 -0400
On or about 6/17/03 8:42 AM, Greg Townsend wrote:
>
Is there any way to suppress error messages in AS...<clipped>
>
>
Greg Townsend
use:
try
-- some stuff
on error errMsg number errNum
-- whatever you want based on errNum
end try
--
Gary
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.