Product Documentation
Cadence SKILL Development Reference
Product Version IC23.1, June 2023

ilgPaste

ilgPaste( 
[ w_tab ]
) 
=> t / nil

Description

Pastes the text from the clipboard/buffer to the cursor location in the SKILL IDE editor window. This function does not work on read-only files.

Arguments

w_tab

The window ID of the SKILL IDE editor window. Default is the current tab window.

Value Returned

t

The text was pasted to the current cursor location.

nil

The document in the SKILL IDE editor window is read-only.

Examples

ilgPaste()
=> t

Related Topics

SKILL IDE Functions


Return to top
 ⠀
X