We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 487ab67 commit e95313bCopy full SHA for e95313b
1 file changed
examples/001-BasicDemo.au3
@@ -69,6 +69,7 @@ Func Main()
69
__Example_Log(@ScriptLineNumber, "After: https://w2ww.microsoft.com" & @CRLF)
70
MsgBox($MB_TOPMOST, "TEST #" & @ScriptLineNumber, 'Watch Point - AFTER:' & @CRLF & 'navigate to fake/broken url' & @CRLF & 'HostNameNotResolved')
71
72
+ __Example_Log(@ScriptLineNumber, "END - close window to exit" & @CRLF)
73
; Main Loop
74
While 1
75
Switch GUIGetMsg()
0 commit comments