[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
append to file answer found
- To: BBoard.Maintainer@CMU-CS-A
- Subject: append to file answer found
- From: Nancy.Skooglund@CMU-RI-ISL1
- Date: Mon, 12 Nov 84 14:34:14 GMT
- Original-date: 12 Nov 84 09:34:14 EST
Thanks to all who responded to my Franz lisp question about opening a
file for output and appending to it. Here's how it works:
(outfile '<filename> 'a)
'a may be replaced by any symbol or string whose name begins with a.
Nancy