rogerdv
Seems that dictionaries are not used at all in samples, or even editor, and neither Google returns many results. How can I iterate through all the values stored in a dictionary? I guess I have to use the keys property to get all keys, as I dont see any iterator in the docs.