favGetRowCol

AVVIEWER Subroutine: Gets the current row and column position.

Module: USE AVVIEWER

Syntax

favGetRowCol (hv, row, col, status)
hv
A handle that references an instance of Array Viewer created by favStartViewer.

row
An output argument of type INTEGER(4). It returns the current row.

col
An output argument of type INTEGER(4). It returns the current column.

status
An output argument of type INTEGER(4). It returns a status code for the success of this call. The value 0 indicates success.

See Also

favSetRowCol