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: Sat, 29 Aug 2009 04:22:40 -0700
On Aug 28, 2009, at 11:06 PM, Shane Stanley wrote:
What do you get when you coerce back to text?
set foo to "123,46;abc)hello"
set text item delimiters to {",", ";", ")"}
set bar to text items of foo
set x to bar as text
--> "123,46,abc,hello"
set foo to "123,46;abc)hello"
set text item delimiters to {",4", ",", ";", ")"}
set bar to text items of foo
--> {"123", "6", "abc", "hello"}
--
You don't need to be 'straight' to fight for your country. You just
need to shoot straight.
-- Barry Goldwater
_______________________________________________
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