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 17:38:43 -0500
On Wednesday, March 26, 2003, at 04:46 PM, Paul Berkowitz wrote:
On 3/26/03 12:40 PM, "John Delacour" <email@hidden> wrote:
At 10:05 pm -0800 25/3/03, Paul Berkowitz wrote:
... if someone can tell me how to save a new document, I'd be much
obliged.
tell app "TextEdit" to save the front document in "~/junk.txt" as
"junk.txt"
Oh my goodness. 'in' as in 'in which folder', not as 'in which file
spec
path'? Thanks, JD. But maybe it also works with POSIX file paths as
suggested by someone else? I really did try a file path with 'quoted
form'.
I'll check all this thoroughly a soon as I have a minute.
--
Paul Berkowitz
Oh my goodness indeed. Scripting TextEdit made me freak out the other
day! I think it had something to do with...
tell application "TextEdit"
text of document 1 -->"Some real text."
end tell
--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? That's NMJ.
[1]
Paul Skinner
[1] not my job.
_______________________________________________
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.