| A function that returns the hexidecimal (base 16) representation of the (base 10) numeric expression.
Syntax: HEX$(numeric-expression) A$ = HEX$(123)
Details: Negative numbers are
supported but is fixed in the SnakeDile LIBs dated
November, 2006 or later. In the Windows version, the string is pre-padded with 0's to fit the string length of 8. |
|