Specifications
Chapter 14. Statement Reference
172
Syntax errors:
Run-time errors:
Example:
DIM cp%(11)
cp%(0)=&h0C00
cp%(1)=&h0F00
cp%(2)=&h0FC0
cp%(3)=&h0FF0
cp%(4)=&h0FFC
cp%(5)=&h0FFF
cp%(6)=&h0FFF
cp%(7)=&h0FFC
cp%(8)=&h0FF0
cp%(9)=&h0FC0
cp%(10)=&hF00
cp%(11)=&hC00
APLOAD &H80,cp%
PRINT CHR$(&H80)
Error code and message Meaning
error 71: Syntax error
• No fontarrayname or cursor-
arrayname
is defined.
•
fontarrayname or cursorar-
rayname
has an array string vari-
able.
•
fontarrayname or cursorar-
rayname
includes parentheses ( ).
•
fontarrayname or cursorar-
rayname
includes subscripts.
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