$MVOCONV
Performs MultiValue internal-to-external conversion of a string.
Synopsis
$MVOCONV(string,codes)
Parameters
Argument | Description |
---|---|
string | A string expression that 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 $MVOCONV function invokes the Caché MVBasic OCONV 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.