Decimal to hex function?
BlitzMax Forums/BlitzMax Programming/Decimal to hex function?| 
 | ||
| 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 43981Maybe there's a simple way the other way around too? | 
| 
 | ||
| Print Hex(43981) ?? | 
| 
 | ||
| Yea I found it two minutes after posting, doh! Thanks Ian :) |