Re: Text as list
Re: Text as list
- Subject: Re: Text as list
- From: KOENIG Yvan <email@hidden>
- Date: Sun, 8 Jun 2008 11:23:31 +0200
Le 8 juin 2008 à 10:33, IMAPRH/privat a écrit :
Hi,
I have a file where some links are saved:
WWW.chessmaniac.com
WWW.chesscenter.com
WWW.nabiscoworld.com
WWW.guardian.co.uk
They are separated by carriage returns. I want them to appear in a
list.
Somehow I cant get this to work:
property vCR : return
set the text item delimiters to vCR
set thePath to ("/Users/ronny/Documents/DEVs/ASS/Links.text" as
POSIX file)
set link_names to the words of (read file thePath) as list
Replace
set link_names to the words of (read file thePath) as list
by
set link_names to paragraphs of (read file thePath)
Yvan KOENIG (from FRANCE dimanche 8 juin 2008 11:23:28)
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden
References: | |
| >Text as list (From: IMAPRH/privat <email@hidden>) |