Arbortext Command Language > Functions by Alphabetical Listing > low_bound
  
low_bound
low_bound (arr)
This function returns the minimum subscript allowed for the array arr. If the array was not declared a fixed size with the local or global statement, then low_bound returns the lowest subscript used or 1 if the array is empty. If arr is an associative array, the function returns a null string.