Product Documentation
Virtuoso Layout Suite SKILL Reference
Product Version IC23.1, November 2023

leHiRepeatCopy

leHiRepeatCopy( 
[ w_windowId ] 
) 
=> t / nil

Description

Starts the Repeat Copy command in the specified window.

Arguments

w_windowId

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

t

The command starts successfully.

nil

The command does not run.

Examples

Both the APIs start the Repeat Copy command in the current window.

leHiRepeatCopy(hiGetCurrentWindow())
leHiRepeatCopy()


Return to top
 ⠀
X