hiIsExtraRepeatCommand
hiIsExtraRepeatCommand(
t_command
)
=> t / nil
Description
Checks whether the specified SKILL command is in the extra repeat command list.
Arguments
Values Returned
|
The specified command is not in the extra repeat command list. |
Examples
Checks if the Design Resource Editor open command is in the extra repeat command list.
hiIsExtraRepeatCommand("dreInvokeDre(\"Virtuoso\")")
Related Topics
General Environmental Functions
Return to top