• 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
what does this error mean?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

what does this error mean?


  • Subject: what does this error mean?
  • From: tom wible <email@hidden>
  • Date: Wed, 14 Jul 2010 23:05:11 -0400

there's the code:

on listTDL()
	if (count of recList) is 0 then ¬
		initRecList()
	set tdl to {}
	set n to 0
	repeat with rec in recList
		set n to n + 1
		if not rec's deleted then ¬
			set end of tdl to rec's toList(n)
		-- log item -1 of tdl
	end repeat
	return tdl
end listTDL

_______________________________________________
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: what does this error mean?
      • From: "Stockly, Ed" <email@hidden>
    • Re: what does this error mean?
      • From: Axel Luttgens <email@hidden>
    • Re: what does this error mean?
      • From: "email@hidden" <email@hidden>
  • Prev by Date: what does this error mean?
  • Next by Date: Re: what does this error mean?
  • Previous by thread: what does this error mean?
  • Next by thread: Re: what does this error mean?
  • Index(es):
    • Date
    • Thread