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