Re: underscore and splitting words from string...
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