lBound()

Returns the lower bound of an array's index.


Syntax:
variable = lBound( array[] , index )

Example:
dim a$[10 to 20,15]
prints ( lBound( a$[], 1 ) )
prints ( lBound( a$[], 2 ) )
waitKey

See also uBound() command.