[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

MCL 2.0 text file output.



I need to create a comma-separated #\Newline delimited text file from a CLOS 
data structure.  I wrote an export utility which works logically but takes 
longer than I expected.  I am trying to export about 3 MEG. of text to a file 
and was using the (format FILE-HANDLE ".....") function.

Should I try to create a large string with the entire file output contents and
then output the string in one shot?

Any suggestions?

Bruce Lester