| mx (mask ASCII to hex) | Index Level | o (sort values ascending) |
| Syntax | |
| Category | Processing Codes |
| Type | Processing Code |
| Description |
converts all ASCII-hexidecimal characters in a given value to their corresponding ASCII equivalent.
The characters are converted two at a time to 1-digit ASCII characters. The "mx" code is the inverse of the "my" code. |
| Options | |
| See Also | mx (mask ASCII to hex) ICONV mcdx (mask decimal to hex) output-conversion processing codes mcxd (mask hex to decimal) Processing Codes |
| Example |
-------- ---------- ------ 313233 my 123 616263 my abc 6120646F67 my a dog |
| Warnings | |
| Compatibility | D3 7.0 AP R83 |
| mx (mask ASCII to hex) | Index Level | o (sort values ascending) |