UBound
Returns the size (the upper bound) of the array.
Usage:
UBound( array )
Parameters:
array | Array variable, whose size will be returned. |
---|
Returns:
Numeric value
Examples:
Dim array(10) as number ubound(Array) // Result: 10
Returns the size (the upper bound) of the array.
UBound( array )
array | Array variable, whose size will be returned. |
---|
Numeric value
Dim array(10) as number ubound(Array) // Result: 10
© Copyright 1996 - 2025, i-net software GmbH; All rights Reserved. Imprint