Skip to content

setMenuOptions

MicroBlaster edited this page Sep 21, 2019 · 1 revision

Purpose: Configures standard options accessible from a menu.

Syntax: setMenuOptions {menuName} {Q} {?} {+}

{menuName}: The name of the menu to have its options configured.

{Q}: Defines if the "Exit Menu" function will be accessible from within the specified menu. Valid options are TRUE (1) and FALSE (0).

{?}: Defines if the "Command List" function will be accessible from within the specified menu. Valid options are TRUE (1) and FALSE (0).

{+}: Defines if the "Help on Command" function will be accessible from within the specified menu. Valid options are TRUE (1) and FALSE (0).

Notes: This command can be used to enable or disable the default options supplied to a menu when it is first created. By default, all of these options are turned on.

Example:

Clone this wiki locally