Skip to content

getMenuValue

MicroBlaster edited this page Sep 21, 2019 · 1 revision

Purpose: Retrieve the display value of an existing menu.

Syntax: getMenuValue {menuName} var

{menuName}: The name of the menu to fetch the value from.

var: A variable to hold the value from the menu.

Notes: This command will retrieve the display value of a menu that has either been created using the 'addMenu' command, or is a part of the TWX Terminal Menu.

To set the display value of a menu, use the 'setMenuValue' command.

Example:

Clone this wiki locally