Re: [Pharo-users] iterating through an ascii file line by line
Aug. 3, 2012
11:04 a.m.
New subject: iterating through an ascii file line by line
fileStream := ... stream on the ascii file... [ fileStream atEnd ] whileFalse: [ str := fileStream upTo: Character cr . ... ] upTo: Character lf *or *upToAll: String crlf as per OS.. or make it even more generic to work across all OS ... On Tue, Jul 31, 2012 at 10:00 PM, Paul DeBruicker <pdebruic@gmail.com>wrote:
Sorry forgot to mention I'm using Pharo 1.3 on linux.
5109
Age (days ago)
5112
Last active (days ago)
1 comments
2 participants
participants (2)
-
Paul DeBruicker -
S Krish