gotoMenuItemByName()

You can use the consoleLib.gotoMenuItemByName() system function to move the menu cursor to the specified menu item.

The function is similar to consoleLib.gotoMenuItem(), except that it refers to the value of the name property for the menu item rather than to the menu item itself. EGL requires this variant for compatibility with I4GL.

Syntax

  consoleLib.gotoMenuItemByName(name STRING in)
name
The name of the menu item to which the cursor moves.

Feedback