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: Sun, 03 Mar 2002 18:45:44 +0000
This from JollyRoger - dated 3/3/02 06:02 pm:
>
I think it is important to note that you don't *have* to use a tell block.
>
>
You can do this instead:
>
>
tell application "Finder" to do something
Isn't that just an economical way to display this basic 'one command' tell
block:
tell application "Finder"
do something
end tell
... same as 'if tea is ready then pour' is an economical way to display:
if tea is ready then
pour
end if
?
Or did I miss something important?
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.