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

ilgCut

ilgCut( 
[ w_tab ]
) 
=> t / nil

Description

Cuts and pastes the selected text into public text buffer. 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 cut.

nil

The text was not cut because the file was read-only.

Examples

ilgCut( )
=> t

Related Topics

SKILL IDE Functions


Return to top
 ⠀
X