Re: Frustrated novice wants to paste the clipboard
Re: Frustrated novice wants to paste the clipboard
- Subject: Re: Frustrated novice wants to paste the clipboard
- From: Michelle Steiner <email@hidden>
- Date: Thu, 20 Nov 2003 08:10:58 -0700
On Nov 20, 2003, at 7:39 AM, Michelle Steiner wrote:
to after end of _______________________________________________
Well, that shows up a problem with mail. I had tried my script
answering this question in mail, and the text in the window didn't
update, so I thought it didn't work. Apparently, it did work, and
that's what went out.
Here is the script, using text edit.
set bar to the clipboard
tell application "TextEdit"
set foo to the text of window 1
set the text of window 1 to foo & bar
end tell
--Michelle
--
Give Peace A Chance.
_______________________________________________
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.