Re: underscore and splitting words from string...
Re: underscore and splitting words from string...
- Subject: Re: underscore and splitting words from string...
- From: Michelle Steiner <email@hidden>
- Date: Wed, 9 Jan 2008 12:29:26 -0700
On Jan 9, 2008, at 12:19 PM, charlie wrote:
many thanks for any help you can provide.
set foo to "item_a item_b item_c"
set AppleScript's text item delimiters to {" "}
set listofThree to text items of foo
--> {"item_a", "item_b", "item_c"}
--
Peter pull at St. Taffy's tonight! (Or is it the other way around?)
_______________________________________________
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