Re: Script Editor problem in 10.2
Re: Script Editor problem in 10.2
- Subject: Re: Script Editor problem in 10.2
- From: Cornwall <email@hidden>
- Date: Sun, 8 Sep 2002 15:54:32 -0700
At 10:58 PM +0100 9/8/02, John Delacour wrote:
>
>At 1:59 pm -0700 8/9/02, Cornwall wrote:
>
>Saved as a "Document" from Smile:
>
>
>
>set barb to the clipboard
>
>display dialog barb
>
>-->"Some styled text."
>
>
Yes, but it's not some styled text; it's some plain text. Do you
>
perhaps mean some text containing extended ASCII characters? That's
>
not styled text.
You are correct, of course. That was poorly phrased of me. I only
meant to indicate that the clipboard originally contained a string of
styled text that was literally, "Some styled text."
>
This works from the Eudora Scripts menu however you save the file:
>
>
tell AppleScript to set barb to the clipboard
>
display dialog barb
>
>
and so will this:
>
>
set barb to (get the clipboard)
>
display dialog barb
Thank You :-)
Corny
_______________________________________________
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.