LOAD

Function

LOAD reads a program into the Basic workspace from a file.

Syntax

LOAD filename [,R]

Example

LOAD "HUNTER.HBA"

loads the Basic file, HUNTER.HBA into the workspace ready for execution.

LOAD "HUNTER",R

loads the Basic file HUNTER.HBA into the workspace and commences execution.

LOAD "HUNTER.TXT"

This loads an ASCII file into the Basic workspace. It processes the ASCII into Basic compressed format.

Remarks

For .HBA files, typing in the extension is optional.