On Jul 31, 2012, at 6:35 PM, Paul DeBruicker wrote:

> I just found this:
> 
> http://www.squeaksource.com/SimpleTextParser.html
> 
> which does what I want.  Thanks and sorry for the noise.

this is not noise :)
I like reading such questions and their answers. This is global learning :)
Stef

> 
> 
> 
> 
> 
> On 07/31/2012 09:30 AM, Camillo Bruni wrote:
>> IMO there are only default methods for iterating over the lines of string
>> 
>> String >> #linesDo:
>> 
>> but most probably this is now what you want :P, so #nextDelimited: is your 
>> friend...
>> 
>> 
>> On 2012-07-31, at 18:25, Paul DeBruicker <[email protected]> wrote:
>> 
>>> Hi -
>>> 
>>> Is there an easy/standard way to open an ascii file and iterate through it 
>>> line by line?
>>> 
>>> 
>>> I want to put several files contents into their own OrderedCollections and 
>>> then do awful things to them.  The files are ~500MB each
>>> 
>>> 
>>> Thanks
>>> 
>>> Paul
>>> 
>> 
>> 
> 
> 


Reply via email to