HexVal ( n$ )

Returns the integer value of a hexidecimal string.

Example:
    HexVal ( "FF" )

This will return 255