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