SAVE
Saves the current program into an ASCII file.
SAVE file-specifier [,start-line [,end-line]]
|
Usage:
|
SAVE "DRAFTER"
SAVE "Pennies",100,Sort
SAVE "D:MYPROG"
|
Description:
SAVE outputs any range of program lines to a file. The resulting program can be re-entered with the GET statement.
If the specified file already exists, SAVE generates an error message; whereas RE-SAVE will reuse an existing file.
See Also: