
Chapter 14. Statement Reference
182
• The cursor size will differ depending upon the display font currently selected, as
shown below.
• An array integer variable--a work array, register array, or common array--for cur-
sorarrayname
should be declared by the DIM, DEFREG, or COMMON state-
ment, respectively.
DIM cp0%(5)
DEFREG cp1%(5)
COMMON cp2%(5)
The array variable should be one-dimensional and have at least six elements.
Each element data should be an integer and stored in the area from the 1st to 6th
elements of the array.
• If you specify
cursorarrayname exceeding the allowable cursor size (height:
no. of bits, width: no. of elements), the excess will be discarded.
Display font Size (W x H) No. of elements
Standard-size 6 x 8 dots 6
Small-size 6 x 6 dots 6
0123 54
LSB
MSB
0123 54
LSB
MSB
Kommentare zu diesen Handbüchern