Difference between revisions of "POP KEY"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Yvonnemilne (Talk | contribs) |
||
Line 15: | Line 15: | ||
==See Also== | ==See Also== | ||
− | [[ON | + | [[ON()]], [[ON KEY]], [[PUSH KEY]], [[SET COMPATIBLE]], |
Revision as of 11:37, 19 March 2009
Contents
POP KEY
Class
Keyboard Events
Purpose
Restores ON KEY LABELS that were placed on the stack with PUSH KEY
Syntax
POP KEY [ALL]
See Also
ON(), ON KEY, PUSH KEY, SET COMPATIBLE,
Description
The POP KEY command is used to recover ON KEY LABEL command settings from the stack following a corresponding PUSH KEY command. SET COMPATIBLE should be set to ON when using this command.
ALL
Using the ALL clause will clear all currently active key assignments defined with ON KEY LABEL as well as all key assignments from the stack that were defined with ON KEY LABEL.
Example
clear all on key label f10 do proc1 push key clear on key label f10 do proc2 read return procedure proc1 @ 5,5 say "PROC 1 -- Popped The On Key Label" return procedure proc2 @ 6,6 say "PROC 2 -- Resetting The On Key Label" pop key return
Products
Recital Mirage Server, Recital Terminal Developer