favSetUseDefaultFormat

AVVIEWER Subroutine: Sets a value that determines whether to display data in the Data View window using the default format.

Module: USE AVVIEWER

Syntax

favSetUseDefaultFormat (hv, use, status)

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

use
An input argument of type INTEGER(4). If set to 1, data values will be displayed in the default format. If set to 0, the format can be controlled explicitly by using the favSetUseHex, favSetFieldWidth, and favSetUseExp routines.

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

favGetUseDefaultFormat, favGetDefaultFormat, favSetUseHex, favSetFieldWidth, favSetUseExp