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: Walter Ian Kaye <email@hidden>
- Date: Thu, 20 Nov 2003 14:00:47 -0800
At 06:57a -0800 11/20/2003, Walter Ian Kaye didst inscribe upon an
electronic papyrus:
If you can get by with inserting the text at the very top or very
bottom of the message, then you could script getting the body of the
message, prepending or appending text to it, and then setting the
body of the message to the result.
I really should sleep before posting. Here, try this:
try
set {t} to text of (the clipboard as record)
on error
set t to the clipboard
end try
tell application "Eudora Pro" --use whatever your app is named
set selected text to t
end tell
-boo
_______________________________________________
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.