val()

文字列を数に変換する。

書式:
variable = val( string )

例:
'set n to 18
n = val( "18xx" )

参照str$()