Re: Why is this AppleScript working unreliably? Any ideas?
Re: Why is this AppleScript working unreliably? Any ideas?
- Subject: Re: Why is this AppleScript working unreliably? Any ideas?
- From: Alex Zavatone <email@hidden>
- Date: Tue, 12 Oct 2010 00:03:03 -0500
Put the try/end try statements back and trap the error like so, so you know what's going on.:
try -- do something -- on error myError number myMessage log myError & " " & number & " " & myMessage end try
|
_______________________________________________
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