Buffman
04-06-2009, 06:29 PM
Can anyone tell me why this code, referenced in the manual, doesn't work?
On Startup:
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
Error: "On Startup, Line 4: attempt to concatenate global '_InternetExplorerVer' (a nil value)"
Thanks
On Startup:
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
Error: "On Startup, Line 4: attempt to concatenate global '_InternetExplorerVer' (a nil value)"
Thanks