
Chapter 14. Statement Reference
184
Run-time errors:
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)
Reference:
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
Array Elements
cp%(0) cp%(1) cp%(2) cp%(3) cp%(4) cp%(5) Bit in each array element
■
0
(LSB)
■■ 1
■■■ 2
■■■■ 3
■■■ 4
■■ 5
■ 6
7
(MSB)
Statements:
COMMON, DEFREG, DIM, KPLOAD, PRINT, and SCREEN
Komentarze do niniejszej Instrukcji