{{getMsg('Help_YouAreHere')}}: {{page.title}} {{page.title}}

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