Quote Originally Posted by <ABX
The only think i can think of is that It allows case-insenstivity IndexOf (String.IndexOf) does not.. but in his code he isnt using it.

So, in this particular case... nothing and with CompareInfo.IndexOf you can do more than InStr

Actually, the code does use both Binary compare and Text compare in a few parts.. Anyway, i just found out that if i specify a compare method on the InStr methods that dont have them already specified then it will work and the ugly error goes away.

So, what did you guys think of my code?


Thanks for the help BTW.... I appreciate it.