• 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: underscore and splitting words from string...
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: underscore and splitting words from string...


  • Subject: Re: underscore and splitting words from string...
  • From: KOENIG Yvan <email@hidden>
  • Date: Wed, 9 Jan 2008 20:32:48 +0100


Le 9 janv. 2008 à 20:25, charlie a écrit :

set listofthree to text of words of "item_a item_b item_c"
i've also tried:
set savedTextItemDelimiters to AppleScript's text item delimiters
set AppleScript's text item delimiters to {" "}
set listofthree to text of words of "itema itemb itemc"
set AppleScript's text item delimiters to savedTextItemDelimiters


set myText to "item_a item_b item_c"

set savedTextItemDelimiters to AppleScript's text item delimiters
set AppleScript's text item delimiters to {" "}
set listofthree to text items of myText
set AppleScript's text item delimiters to savedTextItemDelimiters
log listofthree

Yvan KOENIG _______________________________________________
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
  • Follow-Ups:
    • Re: underscore and splitting words from string...
      • From: "Gary (Lists)" <email@hidden>
References: 
 >Re: underscore and splitting words from string... (From: "charlie" <email@hidden>)

  • Prev by Date: Re: underscore and splitting words from string...
  • Next by Date: Re: underscore and splitting words from string...
  • Previous by thread: Re: underscore and splitting words from string...
  • Next by thread: Re: underscore and splitting words from string...
  • Index(es):
    • Date
    • Thread