Specifications
App - 6
Hex function
Functions
Returns a character string which indicates the designated value in hexadecimal.
Format
Hex(number)
For an argument number, any mathematical expression or character string expression
can be designated.
Explanation
When the argument number is not an integral number, it is rounded to the closest integral
number before conversion.
Number value Return value
Null Null value
Empty 0
Other numerical value A character string which consists of the maximum 8 digits
indicating a hexadecimal number
If &H is added in front of a value within the proper range when describing, the value can
be directly indicated in hexadecimal.
For example, 16 in decimal can be described as &H10 in hexadecimal.