• 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: Script to Copy/Paste Entourage Message Bodies
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Script to Copy/Paste Entourage Message Bodies


  • Subject: Re: Script to Copy/Paste Entourage Message Bodies
  • From: John Delacour <email@hidden>
  • Date: Thu, 27 Mar 2003 03:12:39 +0000
  • Mac-eudora-version: 6.0a13

At 5:38 pm -0500 26/3/03, Paul Skinner wrote:

--but...

tell application "TextEdit"
tell document 1
text -->text
end tell
end tell

And 'get' isn't the answer to this one. 'it's' works. Why?

You'd get the same result in most apps, not just TextEdit.

tell application "TextEdit"
tell front document
{class of text, class of its text}
--> {class, text}
end tell
end tell


Bsides, 'text' is not a property of 'document' in the Standard Suite that you are addressing.


tell application "TextEdit"
tell front document
{text, path, name, modified}
--> {text, "/Users/jd/junk.txt", "junk.txt", true}
end tell
end tell

You owe this 3 am. answer to a neighbour's car alarm.

JD
_______________________________________________
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: Script to Copy/Paste Entourage Message Bodies
      • From: Paul Skinner <email@hidden>
    • Re: Script to Copy/Paste Entourage Message Bodies
      • From: Paul Skinner <email@hidden>
References: 
 >Re: Script to Copy/Paste Entourage Message Bodies (From: Paul Skinner <email@hidden>)

  • Prev by Date: Re: getting URL of front web page (addendum)
  • Next by Date: Re: Script to Copy/Paste Entourage Message Bodies
  • Previous by thread: Re: Script to Copy/Paste Entourage Message Bodies
  • Next by thread: Re: Script to Copy/Paste Entourage Message Bodies
  • Index(es):
    • Date
    • Thread