[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
UBOUND                   Upper Bound of Array Dimension

 y = UBOUND(array[,dimension])

    Returns the highest subscript for a given dimension of a given array.

       array    The name of an array.

   dimension    The number of a dimension. The first dimension of an array
                is 1, the second is 2, and so on. For one-dimensional
                arrays, this argument can be omitted.

See Also: LBOUND OPTION BASE
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson