MC/N

Extracts all nonnumeric characters in a field.

Syntax

MC/N

Examples

The following example shows the effect of an MC/N conversion code with the Iconv function:

Conversion Expression
Internal Value
X = Iconv("John Smith 1-234", "MC/N")
X = "John Smith -"

The following example shows the effect of an MC/N conversion code with the Oconv function:

Conversion Expression
External Value
X = Oconv("John Smith 1-234", "MC/N")
X = "John Smith -"