TACL Reference Manual
Built-In Functions and Variables
HP NonStop TACL Reference Manual—429513-018
9-222
#KEYS Built-In Function
#KEYS Built-In Function
Use #KEYS to determine which function keys are currently defined.
Result
#KEYS returns a space-separated list containing the names of all defined function
keys.
Example
Assuming #INFORMAT is set to TACL, this statement displays the currently defined
keys:
14> #OUTPUT [#KEYS]
F1 F2 F3 F4 F5 F6 F7 F8 F9 F10 F11 F12 F13 F14 F15 SF1 SF16
#KEYS