Difference between revisions of "RESTORE MENU"

From Recital Documentation Wiki
Jump to: navigation, search
(Class)
 
Line 1: Line 1:
 
 
 
==Purpose==
 
==Purpose==
 
Restore a previously saved menu
 
Restore a previously saved menu
Line 30: Line 28:
  
 
==Products==
 
==Products==
Recital Mirage Server, Recital Terminal Developer
+
Recital  
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Commands]]
 
[[Category:Commands]]
 
[[Category:Menus]]
 
[[Category:Menus]]
 
[[Category:Menus Commands]]
 
[[Category:Menus Commands]]

Latest revision as of 16:23, 12 November 2009

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