Re: Snow Leopard AppleScript Release Notes
Re: Snow Leopard AppleScript Release Notes
- Subject: Re: Snow Leopard AppleScript Release Notes
- From: Michelle Steiner <email@hidden>
- Date: Fri, 28 Aug 2009 22:17:26 -0700
On Aug 28, 2009, at 10:11 PM, email@hidden wrote:
For those not yet reading the PDF version, here's the note:
When getting the text items of a string, all the values in text item
delimiters are considered. Previous versions only considered the
first
item in the list. [1186965]
Somehow, I smell drama coming...
set foo to "123,46;abc)hello"
set text item delimiters to {",", ";", ")"}
text items of foo
--> {"123", "46", "abc", "hello"}
-- Michelle
--
"With the first link, the chain is forged. The first speech censored,
the first thought forbidden, the first freedom denied, chains us all
irrevocably." These words were uttered by Judge Aaron Satie -- as a
wisdom, and warning. The first time any man's freedom is trodden on,
we're all damaged.
_______________________________________________
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