leHiRepeatCopy
leHiRepeatCopy(
[ w_windowId ]
)
=> t / nil
Description
Starts the Repeat Copy command in the specified window.
Arguments
|
Database ID of the window in which you want to start the command. If w_windowId is not specified, the current window is used. |
Value Returned
Examples
Both the APIs start the Repeat Copy command in the current window.
leHiRepeatCopy(hiGetCurrentWindow())
leHiRepeatCopy()
Return to top