関数・命令 /

VAL

VAL(<x$>)

Type: function

<x$> を数値化して返します。STR$ とは逆の動きです。

例:

nr$ = "456"
q = VAL(nr$)