home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / bsd_srcs / usr.bin / lisp / lispnews / text0309.txt < prev    next >
Encoding:
Text File  |  1985-11-10  |  199 b   |  10 lines

  1. To append to a file, use the outfile function's second argument:
  2.  
  3.     (setq oport (outfile '<filename> 'append))
  4.  
  5. This is discussed in the documentation for outfile in the Franz Lisp
  6. Manual.
  7.  
  8.                 -Liz
  9.  
  10.