Basic Syntax CrystalClear Syntax Before Reading Records

LBound( array )


Returns the lower bound of the array. Note that array indexes in i-net Clear Reports always begin with 1, so this will always return 1.

Usage:

LBound( array )

Parameters:

array Array variable, whos lower bound will be returned.

Returns:

Numeric value

Examples:

Dim array(10) as number
lbound(Array) // Result: 1

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: