SeeView Manual
SeeView Statements and Script Symbols
HP NonStop SeeView Manual—526355-004
9-154
String Intrinsics
#FKEYPREVPAGE
returns a unique nonzero numeric value (36) if the last function key pressed was
the Prev-Page key. If the last function key pressed was not this key, the value
returned is zero. (This lets you use the intrinsic as a Boolean.)
#FKEYRETURN
returns a unique nonzero numeric value (39) if the last function key pressed was
the Return key. If the last function key pressed was not this key, the value returned
is zero. (This lets you use the intrinsic as a Boolean.)
#FKEYROLLDOWN
returns a unique nonzero numeric value (34) if the last function key pressed was
the Roll-Down key. If the last function key pressed was not this key, the value
returned is zero. (This lets you use the intrinsic as a Boolean.)
#FKEYROLLUP
returns a unique nonzero numeric value (33) if the last function key pressed was
the Roll-Up key. If the last function key pressed was not this key, the value returned
is zero. (This lets you use the intrinsic as a Boolean.)
#FKEYSNEXTPAGE
returns a unique nonzero numeric value (43) if the last function key pressed was
the Shift-Next-Page key. If the last function key pressed was not this key, the value
returned is zero. (This lets you use the intrinsic as a Boolean.)
#FKEYSPREVPAGE
returns a unique nonzero numeric value (44) if the last function key pressed was
the Shift-Prev-Page key. If the last function key pressed was not this key, the value
returned is zero. (This lets you use the intrinsic as a Boolean.)
#FKEYSRETURN
returns a unique nonzero numeric value (47) if the last function key pressed was
the Shift-Return key. If the last function key pressed was not this key, the value
returned is zero. (This lets you use the intrinsic as a Boolean.)
#FKEYSROLLDOWN
returns a unique nonzero numeric value (42) if the last function key pressed was
the Shift-Roll-Down key. If the last function key pressed was not this key, the value
returned is zero. (This lets you use the intrinsic as a Boolean.)