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: Sun, 03 Mar 2002 16:19:45 +1100
On 3/3/02 8:56 AM +1000, Paul Berkowitz, email@hidden, wrote:
>
You should avoid putting one tell block inside another, which is similarly
>
wasteful, sluggish and occasionally worse
Really? Let's say I have a script like this:
tell application "Finder"
name
tell application "InDesign 2.0"
name
end tell
end tell
If I look in the log, I get:
tell application "Finder"
get name
--> "Finder"
end tell
tell application "InDesign 2.0"
get name
--> "Adobe InDesign"
end tell
That suggest to me that nesting tells to applications is no problem at all.
Am I missing something?
--
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.