VAL
VAL(string AS STRING) AS DOUBLE
Converts the character string <string> in a numerical value.
If the string <string> begins with &H (or &h) the string is processed as an hexadecimal string.
If the string <string> begins with &O (or &o) the string is processed as an octal string.