EasyManua.ls Logo

Husky Hunter - Page 243

Husky Hunter
499 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
BASIC FUNCTIONS SECTION 5.13
LOAD
5.13.11 Function LOAD reads a program into the Basic workspace from a
file.
Syntax LOAD filename [,R]
Example LOAD
11
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.
VER. V091' PAGE 5 - 711