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( )

backbutton.gif (507 bytes)  Basic to TBASIC Reference Manual