enable command

Examples


The enable command statement enables a command. The command will appear enabled any place it appears, such as a menu or toolbar.

Syntax

enable command command_name {, command_name}

Parameters

command_name – The name of the command to be enabled.

Comments

When a command is enabled, it can be executed by the user through the menus, toolbars or the shortcut key defined for the command. It can also be run through scripts with the run command statement.


Documentation Feedback