id summary reporter owner description type status milestone component version severity resolution keywords cc 1174 "Fatal Error when ""bad"" code sent to Execute() function" autoit@… "In older versions, if the Execute function was passed a ""bad"" string to execute, it would just return """" and set @error=1. Ever since the RunErrorsFatal option was removed the Execute function returns a fatal error. I'm not asking to reinstate the option, just please stop the execute from producing a fatal error. (And no, it isn't that simple for me to determine if the string passed into the Execute is valid since it is user-defined. :) Here is a real quick sample: Local $f=Execute(""
Hello World
"") Msgbox(0,"""",$f) " Bug closed AutoIt 3.3.0.0 None No Bug Execute fatal error