HTBasic Help
×
Menu
Index

KEY LABELS

Controls the display of the softkey labels.
 
 KEY LABELS { ON|OFF }
 
Usage:
KEY LABELS ON
IF Done THEN KEY LABELS OFF
 
Example:          KEY LABELS.BAS
 
Description:
The softkey labels are turned on and off. KEY LABELS ON is equivalent to CONTROLCRT,12;2. KEY LABELS OFF is equivalent to CONTROLCRT,12;1.
 
See Also: