MCD

Converts decimal numbers to hexadecimal.

Syntax

MCD

Examples

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

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

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

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