HexInt ( n$ )

Returns the integer value of a hexadecimal string.

Example:
    HexInt ( "FF" )

This will return 255