RE: Parsing text from a string
RE: Parsing text from a string
- Subject: RE: Parsing text from a string
- From: Emmanuel <email@hidden>
- Date: Thu, 17 Mar 2005 03:28:26 +0100
At 9:08 PM -0500 3/16/05, Grimm, Kenneth wrote:
set testString to "Have a [nice] [day]"
set Applescript's text item delimiters to space
return words of testString
You don't mean word, for the reason Michelle says. What you want is
"text items" - whence the "text item delimiters".
return text items of testString
Emmanuel
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden