favSetFieldWidth

AVVIEWER Subroutine: Sets a value that determines the width allocated to display each data value in the Data View window.

Module: USE AVVIEWER

Syntax

favSetFieldWidth (hv, width, status)

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

width
An input argument of type INTEGER(4). It specifies the field width to be used.

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

favSetFieldWidth is ignored if the UseDefaultFormat property is TRUE. It is also ignored if UseHex is TRUE when displaying integer data, or if UseExp is TRUE when displaying floating-point data.

See Also

favGetUseDefaultFormat, favGetUseExp, favGetUseHex, favGetFieldWidth