faglShow

AVDEF Subroutine: Creates an instance of Array Visualizer displaying data for a specified array.

Module: USE AVDEF

Syntax

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

faglShow creates an instance of Array Visualizer and displays it. faglShow can also make an existing instance of Array Visualizer visible if that instance has been rendered invisible by a call to faglHide. Before showing the instance of Array Visualizer, you might want to call faglName to put a suitable heading on its title bar.

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

See Also

faglHide, faglName, faglStartWatch