• 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: list coersion...
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: list coersion...


  • Subject: Re: list coersion...
  • From: Paul Skinner <email@hidden>
  • Date: Tue, 10 Jun 2003 13:52:08 -0400

On Tuesday, June 10, 2003, at 01:01 PM, John Tuttle wrote:

> "item1\ritem2\ritem3\ritem4"

minimally...

set FMPtext to "item1\ritem2\ritem3\ritem4"
set AppleScript's text item delimiters to "\r "
set FMPtext to text items of FMPtext
-->{"item1", "item2", "item3", "item4"}

Paul
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.

  • Follow-Ups:
    • Re: list coersion...
      • From: Christopher Nebel <email@hidden>
References: 
 >list coersion... (From: "John Tuttle" <email@hidden>)

  • Prev by Date: Re: list coersion...
  • Next by Date: Re: list coersion...
  • Previous by thread: Re: list coersion...
  • Next by thread: Re: list coersion...
  • Index(es):
    • Date
    • Thread