HexToDec

Description #

Converts up to 4 hex digits back to decimal. Useful for the previous command. If you pass a string longer than 4 digits, only the first four are read.

Technical Details #

Arguments #

det(28,“HEXSTRING”)

Outputs #

Returns integer converted from hex string.