It worked fine with Find() ;)
Then it comes two questions :
1) Is it normal that select does not use hash ? 2) If I do a SelectRange(), will it use hash ?
It seems you've just answered your own Q's. Think about it: hashing is by value, not sorted. So select, which uses selectrange to optimize, will not be able to use it - I haven't checked the source, but when you do I'm pretty sure that's what you'll find out.
-jcw
_______________________________________________ metakit mailing list - [EMAIL PROTECTED] http://www.equi4.com/mailman/listinfo/metakit
