Hi,
i want to redim a array that ot the data part of a dictionary.
dim oDic
dim aData
dim i
aData = split("abc,def,ghi",",")
set oDic = wscript.CreateObject("Scripting.Dictionary")
oDic.add "Row1", aData
i = ubound(oDic("Row1"),1) + 1
redim oDic("Row1")(i) ' <= fails
Any ideas ?
Many Thanks
Clas
--
The light at the end of the tunnel,
was switch off due to high costs.