This function will take a numeric value and convert it into a hexadecimal string. The range of values for integers is: -2,147,483,648 to +2,147,483,647
Format
INTTOHEX$(A)
Parameters
A
= The numeric value to convert.
Returns
A string representing the integer in hex.
Example
These print statements show the output of the
INTTOHEX$
function given different values. These print statements show the output of the