C cate Mar 6, 2010 #1 Is it possible to have a dictionary object point to an simple array? Can you do something like that in code?
Is it possible to have a dictionary object point to an simple array? Can you do something like that in code?
T Tim Williams Mar 6, 2010 #2 Dim oDict as new Scripting.Dictionary oDict.Add "key_value", Array("foo", "bar") Tim