RESTORE MENU

From Recital Documentation Wiki
Revision as of 13:53, 16 March 2009 by Yvonnemilne (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

RESTORE MENU

Class

Menus


Purpose

Restore a previously saved menu


Syntax

RESTORE MENU [FROM <memvar>]


See Also

ON KEY, SAVE MENU, SET KEY, SET KEY TO, SET PCKEYS, SET POSTMENU, SET PREMENU, MENU(), MENUITEM()


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