• 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: Line feed, paragraph or whatever in item of list
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Line feed, paragraph or whatever in item of list


  • Subject: RE: Line feed, paragraph or whatever in item of list
  • From: Dennis Cox <email@hidden>
  • Date: Fri, 13 Jan 2006 06:35:12 -0600

> From:
> applescript-users-bounces+dcox=email@hidden on behalf
> of Jay Louvion
> Sent: 	Friday, January 13, 2006 5:53 AM
> To: 	AS AppleScript Users
> Subject: 	Line feed, paragraph or whatever in item of list
>
> How would you tell a script that transforms text to a list to do something
> if item 17 of that list contains a "return" or line feed or paragraph or
> whatever I am supposed to call text found on two separate lines ?
>
> MTIA
>
> J.
>
> Jay Louvion
>
>
Does this work?

if item 17 of your_list contains "\r" or "\n" then
    --do what you will
end if

Dennis
 _______________________________________________
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

  • Follow-Ups:
    • As Text Work-Around Broken
      • From: Jason Bourque <email@hidden>
  • Prev by Date: Line feed, paragraph or whatever in item of list
  • Next by Date: Open Mail Attachments
  • Previous by thread: Re: Line feed, paragraph or whatever in item of list
  • Next by thread: As Text Work-Around Broken
  • Index(es):
    • Date
    • Thread