Product Documentation
Cadence User Interface SKILL Reference
Product Version IC23.1, September 2023

hiGetTextIndexLoc

hiGetTextIndexLoc(
w_windowId
x_line
x_column 
) 
=> x_location / nil 

Description

Returns the character index location of a line and column number in a window.

Arguments

w_windowId

Specifies the window ID.

x_line

Specifies the line number.

x_column

Specifies the column number.

Values Returned

x_location

The character location.

nil

w_windowId is invalid or the line number or column number is out of range. A warning is displayed.

Related Topics

Miscellaneous Viewfile Functions


Return to top
 ⠀
X