Hexadecimal Conversion
From Pickwiki
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")