Skip to content
Prev 65523 / 398506 Next

Writing to a file

On Mon, 7 Mar 2005, Liaw, Andy wrote:

            
There is almost no penalty in writing a line at a time *if* you open a 
connection and write to that.  It might save you if Andy's solution runs 
you out of memory.  I would investigate doing this is large blocks of rows 
in that case.