We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c205bf7 commit 21f7ce2Copy full SHA for 21f7ce2
1 file changed
examples/000-NetJson.Parser.au3
@@ -15,6 +15,7 @@ _Example()
15
Exit
16
17
Func _Example()
18
+ ConsoleWrite("! MicrosoftEdgeWebview2 : version check: " & _NetWebView2_IsAlreadyInstalled() & ' ERR=' & @error & ' EXT=' & @extended & @CRLF)
19
ConsoleWrite(@CRLF & "=== STARTING NETJSON TUTORIAL ===" & @CRLF)
20
21
#Region ; 0. Initialize the COM Object
0 commit comments