Re: Set Clipboard?
Re: Set Clipboard?
- Subject: Re: Set Clipboard?
- From: Paul Berkowitz <email@hidden>
- Date: Sun, 24 Dec 2000 12:21:30 -0800
On 12/24/00 12:08 PM, "Rob Jorgensen" <email@hidden> wrote:
>
Is it possible to place something (text in this case) into the
>
clipboard without using yet another osax (YAO)?
Yet another? The two most-used 3rd party osaxen (Jon's Commands and Akua
Sweets) both have commands for doing this.
But so does Standard Additions, which comes with your Mac and every other
Mac since at least OS 8.5. It incorporates the Jon's Commands version:
the clipboard
You always have to use "the", which is part of the terminology:
set yourText to "your text or whatever"
set the clipboard to yourText
--
Paul Berkowitz