Liberty BASIC Help Online |
Dechex$( )
DECHEX$( number )
Description:
Returns a string representation of a decimal number converted to hexadecimal (base 16)
Usage:
print dechex$( 255 )
prints...
FF
Copyright (C) 2003 Shoptalk Systems
Liberty BASIC - http://www.libertybasic.com/