MCL

Converts all uppercase letters to lowercase.

Syntax

MCL

Examples

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

Conversion Expression
Internal Value
X = Iconv("John Smith 1-234", "MCL")
X = "john smith 1-234"

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

Conversion Expression
External Value
X = Oconv("John Smith 1-234", "MCL")
X = "john smith 1-234"