Syntax: @NUMTOHEX(X)
X = a numeric value between and
@NUMTOHEX returns a string containing the hexadecimal representation of the integer portion of X.
Examples:
@NUMTOHEX(10) = ``a''
@NUMTOHEX(C17) =``f'', where C17 = 15.289374