; Check the user's answer to the prompt (see the help file for MsgBox return values)
; If "No" was clicked (7) then exit the script
[color="#0000FF fontweight bold"]If[/color] $answer = 7 [color="#0000FF fontweight bold"]Then[/color]
[color="#000090 fontstyle italic fontweight bold"]MsgBox[/color][color="#FF0000 fontweight bold"]([/color]0, "AutoIt", "OK. Bye!"[color="#FF0000 fontweight bold"])[/color]
[color="#0000FF fontweight bold"]Exit[/color]
[color="#0000FF fontweight bold"]EndIf[/color]
And it looks cool and all, but there seems to be no way to copy and paste from it. When you paste it all comes out on a single line which makes it really hard to copy simple code snippets from the forum...




