Re: Script to Copy/Paste Entourage Message Bodies
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.