faglEndWatch

AVDEF Subroutine: Removes the array from the list of viewable arrays.

Module: USE AVDEF

Syntax

faglEndWatch (array, status)

array
A 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

Removes the specified array from the list of viewable arrays and frees any associated resources used by this library of subroutines. To display the array at a later time, your application must again call both faglStartWatch and faglShow.

Before calling faglEndWatch, you might want to save the array as a .AGL file using faglSaveAsFile.

See Also

faglSaveAsFile, faglStartWatch