favSetUseExp
AVVIEWER Subroutine: Sets a value that determines whether to display
floating-point data in scientific notation in the Data View window.
Module: USE AVVIEWER
Syntax
- favSetUseExp (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, floating-point data is
displayed in scientific notation; 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 favSetUseExp is ignored when displaying integer data, or
if UseDefaultFormat has been set to TRUE.
See Also
favGetUseDefaultFormat,
favGetUseExp