Basic Syntax CrystalClear Syntax Before Reading Records

UBound( array )


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

See also:


i-net software strives to provide accurate product documentation. Please give us your feedback using the form below.
NOTE: This form is for documentation feedback only. For technical assistance, please send an email to crystalclear@inetsoftware.de.

This page is: very poor very good
Comment: