VECTOR() Function - Convert Array to Vector
Syntax
VECTOR(arrayname{,ERR=lineref})
Description
In BBj 16.0 and higher, the VECTOR() function returns a BBjVector containing the array elements from the specified array.
Example
|
VECTOR(arrayname{,ERR=lineref})
In BBj 16.0 and higher, the VECTOR() function returns a BBjVector containing the array elements from the specified array.
|