HTBasic Help
×
Menu
Index

KEY LABELS PEN

Sets the color for the softkey labels.
 
 KEY LABELS PEN pen-number
 
Usage:
KEY LABELS PEN Pen
IF Crtb THEN KEY LABELS PEN 4
 
Example:           KEY LABELS PEN.BAS
 
Description:
This statement sets the color for the softkey menu. KEY LABELS PEN overrides any previous ALPHA PEN for the color of the softkey menu. The pen-number is a numeric expression rounded to an integer. If you are using the bit-mapped display driver legal values are from 0 to 15. (HP BASIC supports values to 255.) If you are using the non-bit-mapped display driver, legal values are from 136 to 143. This statement is equivalent to CONTROLCRT,16;pen-number.
 
See Also: