$ 0 0 There is any advantage to use this: (1 = 1) ? MsgBox($MB_OK, "Result: 1=1", "True!") : MsgBox($MB_OK, "Result: 1=1", "False!") Instead of this? If 1 = 1 Then MsgBox($MB_OK, "Result: 1=1", "True!") Else MsgBox($MB_OK, "Result: 1=1", "False!") EndIf