pc.mcdx
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
User Comments
What do you think?
Share your experience or ask a question by using the form below.
Login to leave your comments.
