pc.mcdx

Processing Code/Restore Processor, Releases: AP and R83

Mask convert decimal to hexadecimal

Description

converts all decimal numbers in a given value to their corresponding hexadecimal equivalent.

Example

number = 10
crt 'internal = ' : iconv(number,'mcdx')
crt 'external = ' : oconv(number,'mcdx')

This displays 'internal = 16' and 'external = A'.

See Also

Command Name Type Description
output-conversion Attribute Defining Item References attribute 14 of a dictionary.
pc.mc Processing Code Mask character functions.
pc.mx Processing Code Mask hexadecimal function.
pc.mcxd Processing Code Converts hexadecimal to decimal.
processing.codes Definition Overview of processing codes.
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.