[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
MCL 2.0 text file output.
- To: MCL bulletin board <info-macl@cambridge.apple.com>
- Subject: MCL 2.0 text file output.
- From: Bruce Lester <72110.1107@CompuServe.COM>
- Date: 31 Jul 93 16:50:13 EDT
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