faglStartWatch

AVDEF Subroutine: Adds the specified array to the list of viewable arrays and returns a handle to be used by other subroutines in this library.

Module: USE AVDEF

Syntax

faglStartWatch (array, status)

array
A name of an array.

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

faglStartWatch uses system resources to prepare the specified array for a call to faglShow. To return these resources, call faglEndWatch.

See Also

faglEndWatch, faglShow