• 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: Parsing text from a string
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


References: 
 >RE: Parsing text from a string (From: "Grimm, Kenneth" <email@hidden>)

  • Prev by Date: Re: Parsing text from a string
  • Next by Date: Re: Random character String
  • Previous by thread: Re: Parsing text from a string
  • Next by thread: RE: Parsing text from a string
  • Index(es):
    • Date
    • Thread