home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 9 / 09.iso / l / l076 / 1.ddi / REPLACE.TRU < prev    next >
Encoding:
Text File  |  1986-09-11  |  1.1 KB  |  23 lines

  1. True BASIC           REPLACE 
  2.      
  3.       Type         │   Press      │
  4. ───────────────────┼──────────────┼──────────────────────────────────────────
  5.                    │              │
  6.  REPLACE           │              │ to replace a saved version of a file
  7.                    │              │ with your current file
  8.                    │              │
  9.  REPLACE filename  │              │ to replace the saved file `filename'
  10.                    │              │ with your current file
  11.                    │              │
  12. ───────────────────┴──────────────┴──────────────────────────────────────────
  13.  
  14. You may omit the file name if you used it in a previous NEW, SAVE, or
  15. REPLACE command.  The file with that name will be overwritten on the
  16. disk with the contents of your current file.  If you try to REPLACE a
  17. file which does not already exist, True BASIC will ask if you want to
  18. create a file.
  19.  
  20. See also:  HELP SAVE    saving a file on disk
  21.            HELP OLD     calling up a saved file
  22.            HELP FILES   displaying the names of the saved files on your disk
  23.