home *** CD-ROM | disk | FTP | other *** search
- True BASIC REPLACE
-
- Type │ Press │
- ───────────────────┼──────────────┼──────────────────────────────────────────
- │ │
- REPLACE │ │ to replace a saved version of a file
- │ │ with your current file
- │ │
- REPLACE filename │ │ to replace the saved file `filename'
- │ │ with your current file
- │ │
- ───────────────────┴──────────────┴──────────────────────────────────────────
-
- You may omit the file name if you used it in a previous NEW, SAVE, or
- REPLACE command. The file with that name will be overwritten on the
- disk with the contents of your current file. If you try to REPLACE a
- file which does not already exist, True BASIC will ask if you want to
- create a file.
-
- See also: HELP SAVE saving a file on disk
- HELP OLD calling up a saved file
- HELP FILES displaying the names of the saved files on your disk
-