I found a bug in cHashDStr, and since it will be left here in the forum for anybody to download I want to fix it.
In the Remove method, the line:

Code:
mValues(Idx) = NoEntry
causes an overflow error, since it is now Long.
What do you suggest to use now with Long instead of NoEntry?