HTBasic Help
×
Menu
Index

STORE

Stores the BASIC program in a file.
 
 STORE file-specifier
 
Usage:
STORE Vol$&Name$
STORE "Fullprg"
Example: STORE.BAS
Description:
A new file of type PROG is created and the BASIC program currently in memory is written to the file in binary form. If the file already exists, an error is reported. Use RE-STORE to update an existing file. Use LOAD to re-enter the program into the computer.
BackPorting to HP BASIC:
HP BASIC PROG files and HTBasic PROG files are not compatible. To move programs between the two environments, use ASCII program files.
See Also: