Re: Palm Desktop & Styled text
Re: Palm Desktop & Styled text
- Subject: Re: Palm Desktop & Styled text
- From: Arthur J Knapp <email@hidden>
- Date: Sat, 09 Mar 2002 10:25:47 -0500
>
From: Phi Sanders <email@hidden>
>
Subject: Palm Desktop & Styled text
>
Date: Fri, 8 Mar 2002 20:09:34 -0500
Whoops, I've been passing this thread over because I don't know
anything about Palm Desktop. I should have been paying more
attention. :)
>
If someone can come up with a universal way to get plain text from styled
>
(in 10.1.3) I'd REALLY appreciate the tip.
If you have styled text in a variable, you can do this:
set plain_text to <<class ktxt>> of (styled_text as record)
where << and >> are those things whose name I keep forgetting.
If there is styled text on the clipboard, you can directly
obtain it with this:
set plain_text to the clipboard as "TEXT"
{ Arthur J. Knapp, of <
http://www.STELLARViSIONs.com>
<
mailto:email@hidden>
try
<
http://www.appleklub.cz/~koudelka/home.shtml>
on error number -128
end try
}
_______________________________________________
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.