| mcl (mask character lower case) | Index Level | mcna (mask character alpha-numeric) |
| Syntax | |
| Category | Processing Codes |
| Type | Processing Code |
| Description | retrieves only the numeric characters from a given data value. |
| Options | |
| See Also | mc/a (mask character non-alpha) mc/n (mask character non numeric) output-conversion processing codes mc (mask character) mca (mask character alpha) mcan (mask character alpha-numeric) mc/an (mask character not alpha-numeric) Processing Codes |
| Example |
string = "1200 Main Street"
crt oconv(string,"mcn") Outputs '1200'. The letters and embedded spaces are stripped. |
| Warnings | |
| Compatibility | D3 7.0 AP R83 |
| mcl (mask character lower case) | Index Level | mcna (mask character alpha-numeric) |