Re: Unicode text and the annoying relic called "styled text"
Re: Unicode text and the annoying relic called "styled text"
- Subject: Re: Unicode text and the annoying relic called "styled text"
- From: Mr Tea <email@hidden>
- Date: Wed, 22 Dec 2004 14:10:01 +0000
This from Scott Babcock - dated 21/12/04 11ยท18 pm:
> try
> set styledText to |TEXT| as record
> set |TEXT| to <<class ktxt>> of styledText
> end try
I think the following achieves the same result with a slight reduction in
cruft...
try
set |TEXT| to (text of ((|TEXT| as string) as record)) as string
end try
Nick
pp Mr Tea
--
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden