Re: Parsing a simple text file, row per row
Re: Parsing a simple text file, row per row
- Subject: Re: Parsing a simple text file, row per row
- From: Tony Cate <email@hidden>
- Date: Mon, 1 Aug 2005 16:36:49 -0500
On Aug 1, 2005, at 12:34 PM, Frederick C. Lee wrote:
I have a simple text file the with each line ending in a line feed
(\n); or so I believe.
I parse a lot of text files and I use that technique a lot.
tempArray = [tempString componentsSeparatedByString:@"\n"];
Are you sure line endings are '\n'?
Tony
3 Cats And A Mac
http://www.3caam.com
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden