{{getMsg('Help_YouAreHere')}}:
/
{{page.title}}
{{page.title}}
{{$root.getMsg("downLoadHelpAsPdf")}}
{{helpModel.downloadHelpPdfDataStatus}}
LBound
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