favGetModifiedFlag

AVVIEWER Subroutine: Gets the modified flag.

Module: USE AVVIEWER

Syntax

favGetModifiedFlag (hv, bModified, status)

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

bModified
An output argument of type INTEGER(4). It returns 1 if the Array Viewer document is "dirty"; otherwise, 0.

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

See Remarks under favSetModifiedFlag.

See Also

favSetModifiedFlag