NEXT OPTION instruction

Syntax

NEXT OPTION option-name

Usage

The NEXT OPTION instruction selects a menu option to make current.

The specified menu option will be highlighted and the user can simply press the RETURN key to choose that current option.

Example

MENU "Customers"
   BEFORE MENU
      NEXT OPTION "Modify"
   ...