G
Guest
ok, ya got me here. I'm trying to removing items from a dictionary inside a
loop.
Obviously using enumeration does not work as that assumes the dictionary
stays unchanged. So how so I iterate through a dictionary, looking for
things, then remove them....
John
loop.
Obviously using enumeration does not work as that assumes the dictionary
stays unchanged. So how so I iterate through a dictionary, looking for
things, then remove them....
John