opensubscriber
   Find in this group all groups
 
Unknown more information…

a : applescript-users@lists.apple.com 13 January 2006 • 8:35PM -0500

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

REPLY TO AUTHOR
 
REPLY TO GROUP




> From:
> applescript-users-bounces+dcox=americanhotel.com@list... 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      (Applescript-users@list...)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/applescript-users/subscriber%40opensubscriber.com

This email sent to subscriber@open...

Bookmark with:

Delicious   Digg   reddit   Facebook   StumbleUpon

Related Messages

opensubscriber is not affiliated with the authors of this message nor responsible for its content.