
CreateObject("Scripting.Dictionary")
Hi everybody,
I tried to use
Dim s
set s= CreateObject("Scripting.Dictionary")
in IE4.01
as described in the lang reference, but got an error:
Can't create object "CreateObject" in line 26
(that is the second line above)
Any idears??
TIA
Anders