favSetUseHex
AVVIEWER Subroutine: Sets a value that determines whether to display integer
data in hexadecimal or decimal format in the Data View window.
Module: USE AVVIEWER
Syntax
- favSetUseHex (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, integer data is displayed
in hexadecimal format; if set to 0, the data is displayed in decimal 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.
Remarks
The value passed to favSetUseHex is ignored when displaying floating-point data, or
if UseDefaultFormat has been set to TRUE.
See Also
favGetUseDefaultFormat,
favGetUseHex