Re: Return or No Return
Re: Return or No Return
- Subject: Re: Return or No Return
- From: Luther Fuller <email@hidden>
- Date: Fri, 24 Mar 2006 10:41:55 -0600
I haven't seen the latest postings, since Apple's Mailing Lists seem
to be offline.
A little experiment indicates that the proper way to read a text file
as lines of text is to use
set textList to read refNr using delimiter {(ASCII character 10), return}
The result is a list of strings where each string is a line of text.
It works correctly for both return delimited and linefeed delimited
files without having to worry about which delimiter is used.
_______________________________________________
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