HTBasic Help
×
Menu
Index

RE-STORE

Stores the BASIC program in a file.
 
 RE-STORE file-specifier
 
Usage:
RE-STORE "FFT"
RE-STORE Volume$&Myfile$
Example: RE-STORE.BAS
Description:
The program currently in memory is STOREd in the file in binary form. If the file already exists, it must be a PROG file. The old contents are discarded and the file is replaced with the current program in memory. If it does not exist, a new PROG file is created.
See Also: