hiRemoveExtraRepeatCommand
hiRemoveExtraRepeatCommand(
t_command
)
=> t / nil
Description
Removes the specified SKILL command from the extra repeat command list. The commands in this list are added using hiAddExtraRepeatCommand. When the command is removed it becomes unrepeatable.
Arguments
Values Returned
|
The specified command is removed from the extra repeat command list. |
|
|
The specified command was not removed from the extra repeat command list. |
Examples
Removes the DRE opening command from the extra repeat list.
hiRemoveExtraRepeatCommand("dreInvokeDre(\"Virtuoso\")")
Related Topics
General Environmental Functions
Return to top