favGetDefaultFormat

AVVIEWER Subroutine: Gets the default field width and precision used for displaying data in the Data View window.

Module: USE AVVIEWER

Syntax

favGetDefaultFormat (hv, fieldwidth, precision, status)

hv
A handle that references an instance of Array Viewer created by favStartViewer.

fieldwidth
An input argument of type INTEGER(4). It returns the field width of the default format.

precision
An input argument of type INTEGER(4). It returns the precision of the default format.

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

favSetUseDefaultFormat