Re: I figured it out!! (Was: Copy to Clipboard)
Re: I figured it out!! (Was: Copy to Clipboard)
- Subject: Re: I figured it out!! (Was: Copy to Clipboard)
- From: Olivier Destrebecq <email@hidden>
- Date: Thu, 02 Aug 2001 13:35:43 -0500
Another solution is to bring the finder to the front. I notice that doing
this would allow you to set the clipboard to whatever variable you have.
olivier
>
From: "Greg Back" <email@hidden>
>
Date: Thu, 02 Aug 2001 12:45:05 -0400
>
To: AppleScript Mailing List <email@hidden>
>
Subject: I figured it out!! (Was: Copy to Clipboard)
>
>
Never mind, I figured out what I needed to do
>
>
looking at the Appleworks dictionary, I saw
>
>
copy to clipboard: Copy the current selection to the clipboard
>
copy to clipboard
>
>
I had to copy the current selection, but I had nothing selected. I fixed the
>
problem with the following lines
>
>
select text body of newDoc
>
copy to clipboard
>
>
Thanks to all who helped me with this problem. I guess i need to pay more
>
attention to dictionaries. Sorry for wasting your time
>
>
Greg
>
>
******Note to self: look at dictionaries before sending problem to AS
>
mailing list.*********
>
_______________________________________________
>
applescript-users mailing list
>
email@hidden
>
http://www.lists.apple.com/mailman/listinfo/applescript-users