
156
Syntax errors:
Syntax errors:Syntax errors:
Syntax errors:
Error code and message Meaning
error 71: Syntax error
• No fontarrayname or cursorarrayname
is defined.
• fontarrayname or cursorarrayname has
an array string variable.
• fontarrayname or cursorarrayname
includes parentheses ( ).
• fontarrayname or cursorarrayname
includes subscripts.
Run
RunRun
Run-
--
-time errors:
time errors:time errors:
time errors:
Error code Meaning
05h
Parameter out of the range
(• characode is out of the specified range.)
(• The array structure is not correct.)
08h
Array not defined
Example:
Example:Example:
Example:
DIM cp%(5)
cp%(0)=&H00
cp%(1)=&H08
cp%(2)=&H1C
cp%(3)=&H3E
cp%(4)=&H7F
cp%(5)=&H00
APLOAD &H80,cp%
PRINT CHR$(&H80)
Array Elements
Reference:
Reference:Reference:
Reference:
Statements: COMMON, DEFREG, DIM, KPLOAD, PRINT, and SCREEN
Bit in each
0
1
2
3
4
5
6
7
cp%(0) cp%(1) cp%(2) cp%(3) cp%(4) cp%(5)
(LSB)
(MSB)
Kommentare zu diesen Handbüchern