Adams Basic Package > Adams View > View Command Language > interface > interface option_menu execute

interface option_menu execute

Allows you to execute the command from the option menu.

Format:

 
interface option_menu execute
option_menu_name =
an existing GI_opt_menu

Example:

 
interface option_menu execute &
option_menu_name =
test

Description:

 
Parameter
Value Type
Description
option_menu_name
An Existing GI_opt_menu
Specifies the name of an existing menu which is to be executed

Extended Definition:

As the information window of the option menu has multiple choices, the default choice GIven as the current choice determines the associated command to be executed. The command with parameter, ‘current choice’, is executed.