Re: Getting a string on the clipboard in OE
Re: Getting a string on the clipboard in OE
- Subject: Re: Getting a string on the clipboard in OE
- From: Jan Pieter Kunst <email@hidden>
- Date: Mon, 30 Apr 2001 11:33:26 +0200
Nigel Garvey (email@hidden) schreef op 30-04-2001 11:19 :
>
If you've already activated the application
>
you're scripting (say Outlook Express), it should be possible to tell
>
*it* to 'set the clipboard'.
>
>
tell application "Outlook Express"
>
activate
>
>
-- Do stuff, including setting the variable 'x'
>
-- to some value obtained from the application
>
>
set the clipboard to x
>
end tell
That was what I tried initially, but it wouldn't work.
JP