SAVE

Function

SAVE writes a program into the file space.

Syntax

SAVE filename

Example

SAVE "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.

An appropriate error message is displayed if there is insufficient file space for the program file.