Files
RCBASIC4/doc/files/val.txt
2024-10-06 17:07:06 -04:00

7 lines
153 B
Plaintext

#title Val [RCBasic Doc]
#header function Val(n$)
Converts a string to a number and returns the value.
Returns 0 if the string was not a valid number.