I have tried my hand using for loop with Dictionary but couldn\'t really achieve what I want to.
for
Dictionary
I have a certain variable SomeVariab
SomeVariab
You can always use a generic SortedDictionary, I only use C# so here's my example:
SortedDictionary dict = new SortedDictionary(); foreach( KeyValuePair kvp in dict) { ... }