faglClose

AVDEF Subroutine: Closes an instance of the Array Visualizer.

Module: USE AVDEF

Syntax

faglClose (array, status)

array
The name of an array. The name must be one that the application has previously used in a call to faglStartWatch.

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

faglClose closes the instance of the Array Visualizer associated with the specified array. If, later in the execution of the program, you want to display the array again, you need only call faglShow. Another call to faglStartWatch is not necessary.

See Also

faglEndWatch, faglShow, faglStartWatch