
Chapter 14. Statement Reference
155
• The cursor size will be as shown below.
Display font Size (W×H) No. of elements
Standard-size
6×8 dots
LSB
MSB
6
Small-size
6×6 dots
LSB
MSB
6
• An array integer variable--a work array, register array, or common array—for
cursorarray-
name should be declared by the DIM, DEFREG, or COMMON statement, respectively.
DIM cp0%(11)
DEFREG cp1%(11)
COMMON cp2%(11)
The array variable should be one-dimensional and have at least 12 elements.
Each element data should be an integer and stored in the area from the 1st to 12th
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.
• If the double-width, double-height, or quadruple-size is specified, then user-defined
cursors loaded by the APLOAD will display in double-width, double-height, or
quadruple-size, respectively. For details, refer to Chapter 7, Subsection 7.1.3, "Dot
Patterns of Fonts."
Comentarios a estos manuales