stringdictionary iteration
duggold
10 Jun 2012, 17:18Is there a way to iterate through the items in a stringdictionary without knowing the keys? I just want to process all of the items 1 at a time.
SOLVED: Used the foreach command to do this
SOLVED: Used the foreach command to do this