Re: strings and strings (was Don't get it.)
Re: strings and strings (was Don't get it.)
- Subject: Re: strings and strings (was Don't get it.)
- From: "Mark J. Reed" <email@hidden>
- Date: Wed, 13 Dec 2006 23:46:12 -0500
On 12/13/06, Sander Tekelenburg <email@hidden> wrote:
Notice the different syntax colouring of the string "blah" in Script Editor's
Event Log:
??? When I paste your script below into Script Editor (Intel iMac,
10.4.8), I get exactly the same blue color on "string" for all of the
logged output lines...
set my_string to {"blah" as Unicode text}
log {my_string, class of my_string}
tell application "TextWrangler"
set the text of document 1 to my_string
set my_string to the text of document 1 as string
end tell
log {my_string, class of my_string}
set my_string to {"blah" as Unicode text}
log {my_string, class of my_string}
set my_string to my_string as string
log {my_string, class of my_string}
--
Sander Tekelenburg, <http://www.euronet.nl/~tekelenb/>
_______________________________________________
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/mailman//archives/applescript-users
This email sent to email@hidden
--
Mark J. Reed <email@hidden>
_______________________________________________
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/mailman//archives/applescript-users
This email sent to email@hidden