Can anyone tell me why this code, referenced in the manual, doesn't work?
On Startup:
Error: "On Startup, Line 4: attempt to concatenate global '_InternetExplorerVer' (a nil value)"Code:if _InternetExplorerVer == "0.0.0.0" then Dialog.Message("Internet Explorer", "Internet Explorer is not installed"); else Dialog.Message("Internet Explorer", "Internet Explorer version " .. _InternetExplorerVer .. " is installed on this system"); end
Thanks

Reply With Quote