• 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: Textstring as List behaviour
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Textstring as List behaviour


  • Subject: Re: Textstring as List behaviour
  • From: Takaaki Naganoya <email@hidden>
  • Date: Sat, 25 Nov 2006 18:05:41 +0900

set AppleScript's text item delimiters to {","}
set theList to every text item of "11250044.jpg,11250045.jpg, 11250046.jpg,11250047.jpg,11250048.jpg"
set the text item delimiters to ""
theList
--> {"11250044.jpg", "11250045.jpg", "11250046.jpg", "11250047.jpg", "11250048.jpg"}


On 2006/11/25, at 17:08, Ronald Hofmann wrote:

set AppleScript's text item delimiters to {","}
set theList to words of "11250044.jpg,11250045.jpg,11250046.jpg, 11250047.jpg,11250048.jpg" as list
set the text item delimiters to ""

-- Takaaki Naganoya Piyomaru Software http://piyo.piyocast.com 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: Textstring as List behaviour
      • From: Michelle Steiner <email@hidden>
    • Textstring as List behaviour (one more thing)
      • From: Ronald Hofmann <email@hidden>
    • Re: Textstring as List behaviour (works fine now)
      • From: Ronald Hofmann <email@hidden>
References: 
 >Textstring as List behaviour (From: Ronald Hofmann <email@hidden>)

  • Prev by Date: Textstring as List behaviour
  • Next by Date: Re: Textstring as List behaviour
  • Previous by thread: Textstring as List behaviour
  • Next by thread: Re: Textstring as List behaviour (works fine now)
  • Index(es):
    • Date
    • Thread