• 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: Text items
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Text items


  • Subject: Re: Text items
  • From: kai <email@hidden>
  • Date: Fri, 19 Jan 2007 11:08:43 +0000


On 19 Jan 2007, at 03:35, I wrote:

on object_access_time for l
	script o
		property p : l
	end script
	set t to get_time()
	repeat with i from 1 to count l
		o's p's item i
	end repeat
	get_time() - t as integer
end object_access_time

To be scrupulously fair (although the impact is negligible), that should have been:


on object_access_time for l
	set t to get_time()
	script o
		property p : l
	end script
	repeat with i from 1 to count l
		o's p's item i
	end repeat
	get_time() - t as integer
end object_access_time

---
kai


_______________________________________________ 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/mailman//archives/applescript-users

This email sent to email@hidden
References: 
 >Re: Text items (From: Adam Bell <email@hidden>)
 >Re: Text items (From: kai <email@hidden>)
 >Re: Text items (From: kai <email@hidden>)

  • Prev by Date: Re: Checking If A Finder Window Is Already Open
  • Next by Date: Slow Repeating Loop
  • Previous by thread: Re: Text items
  • Next by thread: Re: Text items
  • Index(es):
    • Date
    • Thread