RE: Line feed, paragraph or whatever in item of list
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