GetIndex Function

Class

AnyWin class.

Action

Returns the index of the window.

Syntax

iWinIndex = window.GetIndex()
Variable Description
iWinIndex The index of the window. INTEGER.

Note

GetIndex returns the index number of the window, without the leading pound sign (#). The index of the window is equal to the number of similar windows that precede it in a set of windows, plus one.

Example

sIndex = TextEditor.Find.GetIndex()