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

ilgSelectText

ilgSelectText( 
l_location_begin
l_location_end
[ w_tab ]
)
=> t

Description

Selects the text between location l_location_begin and l_location_end in the SKILL IDE editor window.

Arguments

l_location_begin

Begin location (x_column x_row) of the text to be selected.

l_location_end

End location (x_column x_row) of the text to be selected.

w_tab

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

Value Returned

t

The text was successfully selected.

Examples

To select the text from (line 2 column 1) to (line 10 column 8) in the current SKILL IDE window.

ilgSelectText('(1 2)  '(8 10))
=> t

Related Topics

SKILL IDE Functions


Return to top
 ⠀
X