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

append to file answer found



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