faglUpdate

AVDEF Subroutine: Re-synchronizes Array Visualizer's display of the array data with the actual data values.

Module: USE AVDEF

Syntax

faglUpdate (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

If the application has modified the values in the array associated with array since the last faglUpdate or faglShow call, and you want Array Visualizer to reflect the new data values, you can do so by calling faglUpdate.

If the Array Viewer instance associated with array was created by using favStartViewer, rather than faglShow, this routine will have no effect. Use the favUpdate routine instead.

See Also

faglShow, faglStartWatch