HexVal ( n$ )
Returns the integer value of a hexadecimal string.
Example:
HexVal
(
"FF"
)
This will return 255