• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Damn send button / Wind chill
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

  • Follow-Ups:
    • Re: Damn send button / Wind chill
      • From: John W Baxter <email@hidden>
    • Re: Damn send button / Wind chill
      • From: Paul Berkowitz <email@hidden>
References: 
 >Re: Damn send button / Wind chill (From: Paul Berkowitz <email@hidden>)

  • Prev by Date: Re: Hiding OE's window
  • Next by Date: Re: Hiding OE's window
  • Previous by thread: Re: Damn send button / Wind chill
  • Next by thread: Re: Damn send button / Wind chill
  • Index(es):
    • Date
    • Thread