[Prev: debug()] [Home] [Next: isFinite()]
eval( string )
var x = 57; var y = eval( "40 + x" ); // y == 97
This function parses and executes the contents of the string, taking the text to be valid Qt Script.