
Chapter 14. Statement Reference
153
____________________________________________________________________
ANK Pattern LOAD I/O statement
APLOAD
Loads a user-defined font in the single-byte ANK* mode
____________________________________________________________________
*ANK: Alphanumeric and Katakana
Syntax:
Syntax:Syntax:
Syntax:
Syntax 1 (Loading a user-defined font):
APLOAD characode,fontarrayname
Syntax 2 (Loading a user-defined cursor.):
APLOAD characode,cursorarrayname
Parameter:
Parameter:Parameter:
Parameter:
characode
• For user-defined font
• For user-defined cursor
A numeric expression which returns a value from
128 (80h) to 159 (9Fh).
A numeric expression which returns a value 0.
fontarrayname and cursorarrayname
An array integer variable name.
NOTE
Do not specify parentheses ( ) or subscripts which represent a general array as
shown below; doing so will result in a syntax error.
APLOAD &H80,cp%() ’error
APLOAD &H80,cp%(5) ’error
Description:
Description:Description:
Description:
Loading a user-defined font
APLOAD loads a user-defined font data defined by fontarrayname to the user font area
specified by characode.
• To display user-defined fonts loaded by the APLOAD, you use the PRINT statement in
the single-byte ANK mode. If you attempt to display an undefined character code, a
space character will appear.
• The loaded user-defined fonts are effective during execution of the user program which
loaded those fonts and during execution of the successive user programs chained by
the CHAIN statement.
Kommentare zu diesen Handbüchern