DIMS() Function - Get Array Dimensions
Syntax
DIMS(arrayname{,ERR=lineref})
Description
For BBj-specific information, see the DIMS()
Function - BBj.
The DIMS() function returns the dimensions of an array. The 25-character
string that is returned may be addressed using the following template:
dimensions:i(1),
dim0elem:i(4),
dim0base:i(4),
dim1elem:i(4).
dim1base:i(4),
dim2elem:i(4),
dim2base:i(4)
Examples
|