VBA-tools / VBA-Dictionary

Drop-in replacement for Scripting.Dictionary on Mac
MIT License
348 stars 89 forks source link

Fix indexing for keys and items #15

Closed timhall closed 8 years ago

timhall commented 8 years ago

Fixes indexing issues with maintaining the order of keys and items when adding/replacing values.

Closes #14

timhall commented 8 years ago

@yaaacov will you verify that this fixes the issue you were having? (I augmented your PR to add some additional indexing fixes)

yaaax commented 8 years ago

@timhall your changes work fine on my project thanks!