N O T E S
1.
This instruction can only be used after an O P E N instruction has
specified the n a m e of a file for writing data into, i.e. with the ,W
option.
2.
The data must be specified in the f o r m of expressions. An
expression can be numeric or string and expressions must be
separated f r o m each o t h e r by c o m m a s .
3.
A numeric expression will be written to disc as a single byte and a
string expression will be written as a series of bytes.
G E T D A T A f r o m a file
D E S C R I P T I O N
To read specified data f r o m a file on disc and load it into R A M .
I N S T R U C T I O N
! G E T <data>
NOTES
1. This instruction can only be used after an O P E N instruction has
specified the file you can G E T data from, i.e. with the ,R option.
2.
Each expression can be numeric or string, and expressions must be
separated from each other by commas.
3.
A string of bytes is read into a string variable and a single byte is
read into a numeric variable i.e. the f o r m a t is the same as for the
P U T instruction.
4.
If you specify m o r e data than the file contains, an error message is
displayed.
46
RETURN