Quote Originally Posted by Merri
DigiRev: it would if InStrRev wasn't coded badly. It is slow, and that is because it reverses the strings before searching (instead of just handling data in different direction, which would be faster in an order of magnitude).
Oh man wish I had known that.

Also I could have condensed my code to something a lot shorter, but it's one of my OCDs...

I have a way of formatting code that takes up a lot of space but it looks neat and clean to me. I spend half my time programming actually making code look neater. :/