LBOUND returns a FIXED BINARY value specifying
the current lower bound of dimension y of x.
 >>-LBOUND(x-+----+-)-------------------------------------------><
'-,y-'
|
- x
- Array reference. x must not have less than y dimensions.
- y
- Expression specifying a particular dimension of x.
If necessary, y is converted to FIXED BINARY(31,0).
The value for y must be greater than or equal to 1. and
if y is not supplied, it defaults to 1.
The value for y can be omitted only if the array is
one-dimensional.
Under the CMPAT(V3) compiler option, LBOUND returns a FIXED BIN(63) value.
Under the CMPAT(V2) and CMPAT(LE) compiler options,
LBOUND returns a FIXED BIN(31) value,
while under the CMPAT(V1) compiler option, it returns a FIXED BIN(15) value.
|
This information center is powered by Eclipse technology. (http://www.eclipse.org)