pc.mx

Processing Code/Restore Processor, Releases: AP and R83

Mask hexadecimal function.

Description

converts all ASCII characters in a given value to their corresponding ASCII-hexadecimal equivalent.

The characters are converted one at a time to 2-digit hexadecimal numbers.

The 'my' code is the inverse of the 'mx' code.

Example

The following table illustrates several mx conversions:

data conversion output
---- ---------- ----------
123 mx 313233
abc mx 616263
a dog mx 6120646F67

See Also

Command Name Type Description
basic.iconv Function Input conversion function.
pc.mcdx Processing Code Mask convert decimal to hexadecimal
output-conversion Attribute Defining Item References attribute 14 of a dictionary.
processing.codes Definition Overview of processing codes.
pc.mcxd Processing Code Converts hexadecimal to decimal.
pc.my Processing Code Mask hexadecimal to ASCII function.
pc Introductory

User Comments

What do you think?

Share your experience or ask a question by using the form below.

Login to leave your comments.