Table of contents Previous: Creating a Menu File Next: F Key Menu I

M

Defines the menu number.


Format

M number


Parameter

number

number of the menu being defined; the range is 0 to 9999


Remarks

All menu file instructions following an M instruction refer to the specified menu (window) until the system encounters another M instruction or reaches the end of the template file. Always define menu zero in any menu file.

You can have up to 1000 menus in a menu file.


Example

M 7

This entry defines menu 7 using all subsequent instructions up to the next M or W instruction.


Table of contents Previous: Creating a Menu File Next: F Key Menu I