faglLBound

AVDEF Subroutine: Sets the lower bound indices for the array that will be displayed in the Data and Graph Views of the Array Viewer.

Module: USE AVDEF

Syntax

faglLBound (array, lbnd, status)

array
The name of an array. The name must be one that the application has previously used in a call to faglStartWatch.

lbnd
An input Integer array of rank 1; its extent should be equal to the rank of 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

If the faglLBound routine is not used, the Array Viewer will display the array using a lower bound index of 1.