| mc/an (mask character not alpha-numeric) | Index Level | mc/na (mask character not alpha-numeric) |
| Syntax | mc/n |
| Category | Processing Codes |
| Type | Processing Code |
| Description | retrieves only the non-numeric characters from a given data value. |
| Options | |
| See Also | output-conversion mc (mask character) processing codes mca (mask character alpha) mcn (mask character numeric) mc/a (mask character non-alpha) mcan (mask character alpha-numeric) mc/an (mask character not alpha-numeric) Processing Codes |
| Example |
string = "1200 Main Street"
crt oconv(string,"mc/n") This outputs ' Main Street' (note the space before "Main"). |
| Warnings | |
| Compatibility | D3 7.0 AP R83 |
| mc/an (mask character not alpha-numeric) | Index Level | mc/na (mask character not alpha-numeric) |