$MVOCONVS
Performs MultiValue internal-to-external conversion of elements
of a dynamic array.
Synopsis
$MVOCONVS(dynarray,codes)
Parameters
Argument | Description |
---|---|
dynarray | A dynamic array, each element of which specifies a value in internal (storage) format. |
codes | A quoted string containing one or more code characters that govern the conversion from internal format to external format. |
Description
The $MVOCONVS function invokes the Caché MVBasic OCONVS function, and returns the resulting value to the ObjectScript environment. Specify parameter values in MVBasic form. For further details refer to the Caché MultiValue Basic Reference.