Re: Text, Unicode Text, and String coercion ...
Re: Text, Unicode Text, and String coercion ...
- Subject: Re: Text, Unicode Text, and String coercion ...
- From: Nigel Garvey <email@hidden>
- Date: Thu, 20 Jan 2005 20:58:09 +0000
Brian Johnson wrote on Wed, 19 Jan 2005 16:19:25 -0800 (PST):
>However, Paul Skinner posted the following back in Dec 2002, and it works
>just dandy in this case.
>
>> set someText to "abc" as Unicode text-->unicode text string
>>
>> set {text:someText} to (text of someText) as text-->styled text string[*]
>>
>> someText-->plain text string
In fact, the 'text of' is unnecessary:
set someText to "abc" as Unicode text
set {text:someText} to someText as text
someText --> plain text
NG
_______________________________________________
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