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

ilgCopy

ilgCopy( 
[ w_tab ]
) 
=> t 

Description

Copies 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 copied.

nil

The operation was not successful because the file is read-only.

Examples

ilgCopy( )
=> t
; text copied into public text buffer

Related Topics

SKILL IDE Functions


Return to top
 ⠀
X