OFF KEY [ HP Business BASIC/XL Reference Manual ] MPE/iX 5.0 Documentation
HP Business BASIC/XL Reference Manual
OFF KEY
The OFF KEY statement restores the last typing aid key definition for a
user-definable key or set of keys. If no typing aid key definitions are
active then the default key definitions are restored.
Syntax
OFF KEY [key_number_list]
Parameters
key_number_list A list of integers or numeric expressions that evaluate
to an integer in the range of [1, 8] separated by commas
or semicolons. No more than eight values can be
specified for each statement. If the integer is not in
the specified range, an error occurs. If values are not
specified, typing aid definitions for all keys are
restored.
Examples
The first example shows the use of the OFF KEY statement as a command.
>OFF KEY 1
100 OFF KEY ! Restores the typing aid definition of all keys
110 OFF KEY 1 ! Restores the typing aid definition of key 1
120 OFF KEY 1,2,3,8 !Restores the typing aid definition of keys 1,2,3 and 8
MPE/iX 5.0 Documentation