Re: Damn send button / Wind chill
Re: Damn send button / Wind chill
- Subject: Re: Damn send button / Wind chill
- From: Shane Stanley <email@hidden>
- Date: Mon, 04 Mar 2002 10:29:12 +1100
On 4/3/02 10:14 AM +1000, Ed Stockly, email@hidden, wrote:
>
As far as slowing things down, I think it's time we quantify this.
Will this do?
set time1 to the ticks
repeat 500 times
tell application "Finder"
tell application "BBEdit 6.5"
current date
end tell
end tell
end repeat
set time2 to the ticks
repeat 500 times
tell application "BBEdit 6.5"
current date
end tell
end repeat
set time3 to the ticks
{time3 - time2, time2 - time1}
Difference is negligible.
--
Shane Stanley, email@hidden
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.