id summary reporter owner description type status milestone component version severity resolution keywords cc 2589 Exit has to be put in function in order to use it in short if. shadow_iso@… "The new short if does not accept Statements like Exit. You have to put it in a function first. Example: 1<2?MsgBox(0,0,0):Exit ;does not work 1<2MsgBox(0,0,0):ex() Func ex() Exit EndFunc ;does work" Bug closed AutoIt 3.3.10.2 None Works For Me short if, exit, bug