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: "Nigel Garvey" <email@hidden>
- Date: Fri, 13 Jan 2006 21:23:14 +0000
Dennis Cox wrote on Fri, 13 Jan 2006 06:35:12 -0600:
>Does this work?
>
>if item 17 of your_list contains "\r" or "\n" then
> --do what you will
>end if
Hi, Dennis. That should be two separate tests:
if (item 17 of your_list contains "\r") or (item 17 of your_list
contains "\n") then
-- do what you will
end if
NG
_______________________________________________
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