• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Text, Unicode Text, and String coercion ...
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Prev by Date: Scripting the GUI in Safari
  • Next by Date: RE: Applescript-users Digest, Vol 2, Issue 40
  • Previous by thread: Re: Text, Unicode Text, and String coercion ...
  • Next by thread: Re delaying a script
  • Index(es):
    • Date
    • Thread