• 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: Faster List Checking
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Faster List Checking


  • Subject: Re: Faster List Checking
  • From: John Stewart <email@hidden>
  • Date: Wed, 28 May 2003 16:48:21 -0400

On Wednesday, May 28, 2003, at 03:29 PM, Gary Lists wrote:

There is no need to coerce a text item delimiter to a list. (I
don't even know why that works, except AS is smart enough to just ignore the
incident and move along.) Just say this:

set AppleScript's text item delimiters to "" -- or whatever string


Actually you have it backwards, AppleScript's text item delimiters are in fact a list. The catch is they currently ignore anything other than the first item. AppleScript is smart enough to silently coerce "" to {""} when you use your example, not the other way round. :)





Try this in your script editor sometime -

return AppleScript's text item delimiters

--> {""}

John
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.

  • Follow-Ups:
    • Re: Faster List Checking
      • From: Steven Angier <email@hidden>
References: 
 >Re: Faster List Checking (From: Gary Lists <email@hidden>)

  • Prev by Date: Re: applescript-users digest, Vol 3 #1696 - 17 msgs
  • Next by Date: Coding Help
  • Previous by thread: Re: Faster List Checking
  • Next by thread: Re: Faster List Checking
  • Index(es):
    • Date
    • Thread