faglName
AVDEF Subroutine: Places a specified string onto the title bar of an Array
Viewer instance.
Module: USE AVDEF
Syntax
- faglName (array, title, status)
- array
-
The name of an array. The name must be one that the application has previously used in
a call to faglStartWatch.
- title
-
The string to be displayed on the title bar of the specified instance of
Array Viewer.
- 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 Array Viewer instance associated with array was created by using
favStartViewer, rather than faglShow, this
routine will have no effect. Use the favSetArrayName
routine instead.
See Also
faglShow, faglStartWatch