EAGLE Help

MENU


Function
Customizes the command menu.

Syntax
MENU command..;
MENU;

See also ASSIGN, SCRIPT

The MENU command can be used to create a user specific command menu.

Example

MENU MOVE DELETE ROTATE ROUTE ';' EDIT;
would create the command menu that contains the commands MOVE...ROUTE, the semicolon, and the EDIT command.

The command

MENU;
switches back to the default menu.

Note that the ";" entry should always be added to the menu. It is used to terminate many commands. The last entry - in this case EDIT - is always substituted by the most recently used command which does not show up in the menu.


Index Copyright © 1999 CadSoft Computer GmbH