Re: Text, rich text and unicode text in Lion
Re: Text, rich text and unicode text in Lion
- Subject: Re: Text, rich text and unicode text in Lion
- From: Shane Stanley <email@hidden>
- Date: Wed, 10 Aug 2011 09:10:43 +1000
On Aug 10, 2011, at 9:00 AM, Michelle Steiner wrote:
> Typing this:
>
> tell application "Mail"
> "abc" as text
> end tell
>
> Compiles as this:
>
> tell application "Mail"
> "abc" as rich text
> end tell
Right. If you look in Mail's dictionary, it defines "rich text" as «class ctxt», which is actually defined in the AppleScript language as simply "text". It's a bug in Mail.
--
Shane Stanley <email@hidden>
'AppleScriptObjC Explored' <www.macosxautomation.com/applescript/apps/>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden