Fellow sufferers
I am doing something´like this:
inhabitants_in.Add "Norway", CreateObject("Scripting.Dictionary")
inhabitants_in("Norway").Add "Oslo", 200000
How can I best, later, do something like, to find all the countries in the root:
For each country in inhabitants_in...