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

ilgAppendText

ilgAppendText( 
t_text 
[ w_tab ]
) 
=> t / nil

Description

Inserts text into the SKILL IDE editor window at the current cursor location.

Arguments

t_text

The text to be inserted.

w_tab

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

Value Returned

t

The text was inserted.

nil

The text was not inserted.

Examples

ilgAppendText("hello IDE")
=> t

Related Topics

SKILL IDE Functions


Return to top
 ⠀
X