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

hiStartGenTextIndex

hiStartGenTextIndex(
w_windowId 
t_text 
) 
=> x_index
 
/ nil

Description

Searches the specified text string from the beginning of the file and returns the first character position of the matching text.

Arguments

w_windowId

Window you want the function to act on.

t_text

Text string to search for.

Value Returned

x_index

The first character position of the matching text if the text is found.

nil

w_windowId is invalid, t_text is not found, or t_text is null.

Related Topics

Functions of Viewfile Window


Return to top
 ⠀
X