• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Snow Leopard AppleScript Release Notes
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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
References: 
 >Re: Snow Leopard AppleScript Release Notes (From: Shane Stanley <email@hidden>)

  • Prev by Date: Re: Snow Leopard AppleScript Release Notes
  • Next by Date: Applets and Rosetta
  • Previous by thread: Re: Snow Leopard AppleScript Release Notes
  • Next by thread: Re: Snow Leopard AppleScript Release Notes
  • Index(es):
    • Date
    • Thread