nthWindow

Syntax nthWindow(n)

Params n is a number specifying the 1-based index position of the window being sought.

Action Obtains a specifier for the nth open window.

Returns The object specifier of the window.

Examples nthWindow (9)
» (specifies the 9th window open in the application)

Platform Notes This verb is only implemented in the Mac OS version of Frontier.

Notes This verb is implemented as a small script that calls nthElement, of which this is a special case.

See Also nthElement

setObj

Discuss