![]() ![]() |
|
XTDThe XTD() function converts hexadecimal number into its decimal equivalent.
COMMAND SYNTAXXTD(expression)
SYNTAX ELEMENTSexpression should evaluate to a valid hexadecimal string.
NOTESThe conversion process will halt at the first character that is not a valid base 16 character in the set [0-9, A-F or a-f]. See also DTX.
EXAMPLES
|