![]() |
![]() |
![]() |
|
VAL
This command will return an integer number of the string provided by converting the string to a numerical form.
Return Float=VAL(String)
String String
The value returned is the numerical representation of the specified string
PRINT VAL("42")+1
|