DTX
The DTX function will return the hexadecimal representation of a numeric expression.
COMMAND SYNTAX
DTX(expression)
SYNTAX ELEMENTS
expression must evaluate to a decimal numeric value or a runtime error will occur.
NOTES
See also: XTD.
EXAMPLES
Decimal = 254 CRT DTX(Decimal)
displays FE
Last update: Sat, 16 Jul 2022 15:34