Skip to main content

This version of the product is no longer supported, and this documentation is no longer updated regularly. See the latest version of this content.Opens in a new tab

$MVICONVS

Performs MultiValue external-to-internal conversion of elements of a dynamic array.

Synopsis

$MVICONVS(dynarray,codes)

Parameters

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.

FeedbackOpens in a new tab