Hexadecimal Conversion: Difference between revisions
From Pickwiki
Jump to navigationJump to search
m link fix |
(No difference)
|
Latest revision as of 23:48, 26 February 2015
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")