techgnome

Thanks for answering the un-asked Why part. Now, How can I go about "Narrowing down" the possibilities.. lol. I feel stupid.

kleinma

indexOf is great, but is limited in its abilities. I need the functionality of InStr() for what i'm doing. As far as I know, indexOf is not a replacement for InStr(). indexOf was added because of how strings are handled in VB.NET (you know, like C strings.).. I suppose.