• 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: strings, again and again
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: strings, again and again


  • Subject: Re: strings, again and again
  • From: Kurt Klamp <email@hidden>
  • Date: Sun, 3 Feb 2008 11:19:30 +0100


Am 03.02.2008 um 10:07 schrieb Kurt Klamp:

		on error

			set item i of jobNumRange to "empty"

		end try

	end repeat


maybe its better:

on error s number n

	log s&"  number: "&n

	set item i of jobNumRange to "empty"

end try

so you can see what error occurs

-- Kurt
_______________________________________________
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
References: 
 >strings, again and again (From: "Justin Laden" <email@hidden>)
 >Re: strings, again and again (From: Kurt Klamp <email@hidden>)

  • Prev by Date: Re: strings, again and again
  • Next by Date: Re: strings, again and again
  • Previous by thread: Re: strings, again and again
  • Next by thread: Re: strings, again and again
  • Index(es):
    • Date
    • Thread