Re: Text items
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