Processing Codes
my (mask hexadecimal to ASCII) processing code
.mdThe my processing code converts all ASCII hexadecimal 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.
| System Processors | Select, Update, List |
| Code Type | Attribute Defining |
| Dictionary Attributes | Input Conversion, Output Conversion, Correlative |
Syntax
my
Example(s)
| Data | Conversion | Sample Output |
|---|---|---|
| 313233 | my |
123 |
| 616263 | my |
abc |
| 6120646F67 | my |
a dog |