Menu titles can consist of letters, digits, spaces, punctuation marks - in fact any displayable ANSI characters your text editor can create. There are special characters you can use to modify the appearance of items in the menus.
In order to identify a menu item within a WIL statement, each menu item you define has an associated menu name. The menu name is built using only the letters and digits that make up the menu title. Menu names are case-insensitive; you don't have to worry about how the actual menu title is capitalized in order to identify it. For menu items in a pop-up menu, the menu name consists of its parent menu's name, plus the pop-up menu item's name concatenated at the end. Top-level menu names must begin in column 1. Submenu names are optional, and if used must begin in column 2-4; each column of indentation represents an additional level of submenu nesting. Actual menu code must begin in column 5 or higher, and must appear directly under the menu name to which it belongs.
|
§ Step by step guide to learning WIL
|