MCX

Converts hexadecimal numbers to decimal.

Syntax

MCX

Examples

The following example shows the effect of an MCX conversion code with the Iconv function:

Conversion Expression
Internal Value
X = Iconv("1234", "MCX")
X = "4D2"

The following example shows the effect of an MCX conversion code with the Oconv function:

Conversion Expression
External Value
X = Oconv("4D2", "MCX")
X = "1234"