HEXVAL
(x$)
Purpose
To return the value of a hexadecimal number contained in the argument x$
Examples
B = HEXVAL("123")*100
Comments:
B should contain the value 29100 (&H123 =291)
See Also
HEX$( )
,
STR$( )
,
VAL( )
Basic to TBASIC Reference Manual