BASIC FUNCTIONS
SECTION 5.20
SAVE
5.20,1 Function SAVE writes a program into the file space.
Syntax SAVE filename
Example SAVE
11
HUNTER.HBA"
Remarks The Basic program is written to the filespace in RAM. If a
file already exists with the same filename, then the old
file is overwritten. Filenames are up to eight characters
long. The extension .HBA is automatically appended for a
Basic program, if an alternative is not provided.
VER.V09F
An appropriate error message is displayed if there is
insufficient file space for the program file.
PAGE 5 - 126