| mcp (mask characters printable) | Index Level | mct (mask character upper/lower) |
| Syntax | |
| Category | Processing Codes |
| Type | Processing Code |
| Description | capitalizes the first letter in each sentence. |
| Options | |
| See Also | mct (mask character upper/lower) mcu (mask character upper case) output-conversion processing codes mc (mask character) mcl (mask character lower case) Processing Codes |
| Example |
string = "this is. a demo. of the. MCS code"
crt oconv(string,"mcs") Displays 'This is. A demo. Of the. MCS code'. |
| Warnings | |
| Compatibility | D3 7.0 AP |
| mcp (mask characters printable) | Index Level | mct (mask character upper/lower) |