Decimal to hex function?

BlitzMax Forums/BlitzMax Programming/Decimal to hex function?

kronholm(Posted 2008) [#1]
Heya, anyone got a code snippet lying around that converts from decimal to hex?

There's a simple way for hex to dec:
Print Int("$ABCD")  '<-- outputs 43981


Maybe there's a simple way the other way around too?


Yan(Posted 2008) [#2]
Print Hex(43981)


??


kronholm(Posted 2008) [#3]
Yea I found it two minutes after posting, doh! Thanks Ian :)