Spock
2008-06-05 08:35:46 UTC
foundString = InStr(start, events(i), CODE_TAG_LEFT, vbBinaryCompare)
foundString is an integer, start is an integer (in this case it is equal to zero), events() is a string array, and CODE_TAG_LEFT is a const string. If anyone could point out what my error is, I would greatly appreciate it.