HTBasic Help
×
Menu
Index

RE-SAVE

Copies the program into the specified ASCII file.
 
 RE-SAVE file-specifier [,start-line [,end-line]]
 
 
 
Usage:
RE-SAVE "Story"
RE-SAVE "CALPROG",1000,2000
RE-SAVE "TREE\BRANCH\FILE",Label1
 
Description:
RE-SAVE outputs any range of program lines to a file. The resulting program can be re-entered with the GET statement.
The program is stored out in the same format as the previous file.
 
See Also: