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

hiGenTextIndex

hiGenTextIndex(
w_windowId 
t_text 
x_fromIndex 
) 
=> x_index / nil

Description

Returns the character position that is the next occurrence of the text string relative to a specified position in the file.

Arguments

w_windowId

Window you want the function to act on.

t_text

Text string to search for.

x_fromIndex

Character position to start the search from.

Value Returned

x_index

The character position of the matching text.

nil

w_windowId is invalid, t_text is not found or null, or no more occurrences of t_text are found.

Related Topics

Functions of Viewfile Window


Return to top
 ⠀
X