$MVICONVS
Performs MultiValue external-to-internal conversion of elements
of a dynamic array.
Synopsis
$MVICONVS(dynarray,codes)
Parameters
Argument | Description |
---|---|
dynarray | A dynamic array, each element of which specifies a value in external (output) format. |
codes | A quoted string containing one or more code characters that govern the conversion from external format to internal format. |
Description
The $MVICONVS function invokes the Caché MVBasic ICONVS 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.