This toint(s) function will convert the string s into an integer.
#include <string> function void main() { var a:="234"; var c:=toint(a); };
Since: Version 0.41b