favSetRowCol
AVVIEWER Subroutine: Sets the row and column position.
Module: USE AVVIEWER
Syntax
- favSetRowCol (hv, row, col, status)
- hv
-
A handle that references an instance of Array Viewer created by
favStartViewer.
- row
-
An input argument of type INTEGER(4). It specifies the new row index. The row
should be in the range 0 to n-1, where n
is the number of rows in the current array.
- col
-
An input argument of type INTEGER(4). It specifies the new column index. The column
should be in the range 0 to n-1, where
n is the number of columns in the current array.
- status
-
An output argument of type INTEGER(4). It returns a status code for the success of
this call. The value 0 indicates success.
Remarks
Setting the row and column position will update both the Data and Graph Views.
See Also
favGetRowCol