RESTORE MENU
From Recital Documentation Wiki
Revision as of 15:57, 23 October 2009 by Helengeorge (Talk | contribs)
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