Difference between revisions of "RESTORE MENU"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Yvonnemilne (Talk | contribs) |
||
Line 35: | Line 35: | ||
[[Category:Documentation]] | [[Category:Documentation]] | ||
[[Category:Commands]] | [[Category:Commands]] | ||
+ | [[Category:Menus]] | ||
+ | [[Category:Menus Commands]] |
Revision as of 09:10, 3 June 2009
Class
Menus
Purpose
Restore a previously saved menu
Syntax
RESTORE MENU [FROM <memvar>]
See Also
MENU(), MENUITEM(), ON KEY, SAVE MENU, SET KEY, SET KEY TO, SET PCKEYS, SET POSTMENU, SET PREMENU
Description
The RESTORE MENU command restores a menu that was previously saved with the SAVE MENU command.
FROM <memvar>
The optional FROM <memvar> clause is used when you have saved more than one menu. Without the FROM <memvar> clause the RESTORE MENU command restores the last menu saved. The <memvar> is a memory variable to which @...MENU context has been stored with the SAVE MENU TO command.
Example
procedure check_value save menu to m_recv restore menu from m_recv return
Products
Recital Mirage Server, Recital Terminal Developer