hiAddExtraRepeatCommand
hiAddExtraRepeatCommand( t_command ) => t / nil
Description
Adds the specified SKILL command to the extra repeat command list so that the command becomes repeatable next time the hiRepeat function is called. Additionally, you can add the specified commands to the extra repeat command list that are not repeated automatically after there first run.
You can check the log for the correct name of the command you want to add to the extra repeat command list. The log file is CDS.log file by default or is the log file that is specified using the -log command-line option.
Arguments
Value Returned
|
The specified command is added to the extra repeat command list. |
|
|
The specified command was not found or was not added to the extra repeat command list. |
Examples
Adds the DRE opening command to the extra repeat command list and makes the command repeatable.
hiAddExtraRepeatCommand("dreInvokeDre(\"Virtuoso\")")
Related Topics
General Environmental Functions
Return to top