• 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: strings and strings (was Don't get it.)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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
  • Follow-Ups:
    • Re: strings and strings (was Don't get it.)
      • From: Sander Tekelenburg <email@hidden>
References: 
 >Don't get it. (From: Todd Geist <email@hidden>)

  • Prev by Date: Re: strings and strings (was Don't get it.)
  • Next by Date: Re: strings and strings (was Don't get it.)
  • Previous by thread: Re: strings and strings (was Don't get it.)
  • Next by thread: Re: strings and strings (was Don't get it.)
  • Index(es):
    • Date
    • Thread