home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / calculat / sm30a.zip / OPENFILE.KEY < prev    next >
Text File  |  1993-11-07  |  277b  |  6 lines

  1. * openfile                                            internal
  2. openfile("filename") opens the disk file "filename" for writing. The 
  3. filename is any MS-DOS file name. After doing something, the file must 
  4. be closed by closefile("filename").
  5. See also: closefile, readfile.
  6.