Hexadecimal Conversion

From Pickwiki
Jump to navigationJump to search

HomePage>>SourceCode>>BasicSource

Converting bytes into hexadecimal and back in Universe.

Bytes Values to/from Hexadecimal

HEX = OCONV(BYTES, "MX")
BYTES = ICONV(HEX, "MX")


Numeric Values to/from Hexadecimal

HEX = OCONV(NUMBER, "MCD")
NUMBER = ICONV(HEX, "MCD")

http://www.autopower.com/rgozar/pixel.gif