• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Why is this AppleScript working unreliably? Any ideas?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Follow-Ups:
    • Re: Why is this AppleScript working unreliably? Any ideas?
      • From: Jeff Gold <email@hidden>
References: 
 >Re: Why is this AppleScript working unreliably? Any ideas? (From: Jeff Gold <email@hidden>)
 >Re: Why is this AppleScript working unreliably? Any ideas? (From: Brian Christmas <email@hidden>)
 >Re: Why is this AppleScript working unreliably? Any ideas? (From: Jeff Gold <email@hidden>)

  • Prev by Date: Re: Why is this AppleScript working unreliably? Any ideas?
  • Next by Date: Re: Why is this AppleScript working unreliably? Any ideas?
  • Previous by thread: Re: Why is this AppleScript working unreliably? Any ideas?
  • Next by thread: Re: Why is this AppleScript working unreliably? Any ideas?
  • Index(es):
    • Date
    • Thread