hiGetExtraRepeatCommands
hiGetExtraRepeatCommands(
)
=> l_commands / nil
Description
Retrieves all commands added by the hiAddExtraRepeatCommand SKILL function in the extra repeat command list.
Arguments
Value Returned
Examples
Previously added commands are retrieved from the extra repeat command list.
hiAddExtraRepeatCommand("dreInvokeDre(\"Virtuoso\")")
hiAddExtraRepratCommand("pteOpenForm(\"Options\")")
hiGetExtraRepeatCommands()
=> ("dreInvokeDre(\"Virtuoso\")" "pteOpenForm(\"Options\")")
Related Topics
General Environmental Functions
Return to top