• 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 without formatting (OS 9.1)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Text without formatting (OS 9.1)


  • Subject: Re: Text without formatting (OS 9.1)
  • From: Richard 23 <email@hidden>
  • Date: Thu, 1 Mar 2001 23:40:52 -0800

>I have been playing around with this, because I often use AppleScript
>variables to remove style from text on the clipboard. I have never had
>a problem (until now) with styled text in variables. I would like to
>know too how to remove text style from a text variable.(?)

{<<class ktxt>>, <<class ksty>>} of (theStr as record)
set {theText, theStyl} to result

or simply:

set theText to <<class ktxt>> of (theStr as record)

of course it's not that simple, you gotta convert the
<< >> to chevrons first... option- ah, whatever.

R23


  • Prev by Date: Re: Li'l Help with my if, then, else statement?
  • Next by Date: Re: Copy to folder and Replace
  • Previous by thread: Re: Text without formatting (OS 9.1)
  • Next by thread: Re: Text without formatting (OS 9.1)
  • Index(es):
    • Date
    • Thread