Hex$
converts the value of the numeric expression supplied as its argument
into a string of characters consisting of the hexadecimal representation
of the value.
NumExpr may be any numeric expression whose value is in
the range -32768 to 32767.
EXAMPLE
The following example uses the
hex$
function and the
oct$
function to figure the hexadecimal and octal representation for a
decimal value: