$ 0 0 I am trying to do something like this... [ autoit ] popup$var = Regread($Value) If @Error < 0 Then Msgbox(0,"test", "Does Not Exist") Else Msgbox(0,"test", "Does Exist") But everytime I do, it tells me I cant use ELSE without a matchinf IF statement. Why does this not work?