RETURNS THE NUMBER CORRESPONDING TO THE STRING S
ACTION
The function VAL(S) returns the value corresponding to the string expression S, after the evaluation of S.
VAL(N) performs the inverse fonction of STR$(V).
SYNTAX:
Result=VAL(S)
USE ERROR EXAMPLE
print val("1234")
print "1234"
VAL()
VAL(S)
SEE ALSO
STR$()