Skip to content

Commit 852248f

Browse files
authored
Update 015-CSV_Viewer.au3
1 parent 5c62947 commit 852248f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/015-CSV_Viewer.au3

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@
1313

1414
_Example()
1515

16-
#Region ; UDF TESTING EXAMPLE
1716
Func _Example()
17+
ConsoleWrite("! MicrosoftEdgeWebview2 : version check: " & _NetWebView2_IsAlreadyInstalled() & ' ERR=' & @error & ' EXT=' & @extended & @CRLF)
18+
1819
Local $oMyError = ObjEvent("AutoIt.Error", __NetWebView2_COMErrFunc)
1920
#forceref $oMyError
2021

@@ -116,4 +117,3 @@ Func _Web_CSVViewer(ByRef $oWeb, $sFileData = "")
116117

117118
EndFunc ;==>_Web_CSVViewer
118119
#EndRegion ; === UTILS ===
119-
#EndRegion ; UDF TESTING EXAMPLE

0 commit comments

Comments
 (0)