• 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: Paul Skinner <email@hidden>
  • Date: Wed, 26 Mar 2003 23:39:42 -0500

I forgot to address this one.

On Wednesday, March 26, 2003, at 10:12 PM, John Delacour wrote:

snip

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

tell application "TextEdit"
tell document 1
properties
end tell
end tell
-->{class:document, path:"/Users/paul/Desktop/test file.rtf", modified:true, Name:"test file.rtf", text:"blah blah blah"}

Do you see the irony in that script?
Paul Skinner
_______________________________________________
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: John Delacour <email@hidden>
References: 
 >Re: Script to Copy/Paste Entourage Message Bodies (From: John Delacour <email@hidden>)

  • Prev by Date: Re: Script to Copy/Paste Entourage Message Bodies
  • Next by Date: Re: getting URL of front web page
  • 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