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.
LBound( array )
array | Array variable, whos lower bound will be returned. |
---|
Numeric value
Dim array(10) as number lbound(Array) // Result: 1