Re: Now is: Finder tell block
Re: Now is: Finder tell block
- Subject: Re: Now is: Finder tell block
- From: Mr Tea <email@hidden>
- Date: Mon, 04 Mar 2002 09:26:42 +0000
This from JollyRoger - dated 4/3/02 01:15 am:
>
> Or did I miss something important?
>
>
Only if you didn't read the rest of my message.
[*Heavy sigh*]
You missed my point entirely, JR. Here's what I was trying to find out...
When a script is compiled, is the construction:
tell application "Finder" to do something
...treated in any way differently to:
tell application "Finder"
do something
end tell
...or do they both end up being treated as exactly the same thing. I
understand what you are saying about the advantages of writing in this
style, but I want to know if anything different is going on 'under the hood'
(See also the tests I ran with embedded tell blocks in the thread "Damn send
button / Wind chill".)
Cordially
Mr Tea
--
_______________________________________________
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.