Hexadecimal Conversion

From Pickwiki
Revision as of 23:48, 26 February 2015 by Conversion script (talk) (link fix)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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