R
Richard L Rosenheim
I'm having a problem with IndexOf on a large string. The string contains an
ASCII file which is about 45K. IndexOf is not finding substrings that I
know are in the string. Yes, I double-checked my typing. I'm also able to
locate the strings using a text editor. One substring is about 38K
characters into the string.
Is there any know issues, limitations, etc. with IndexOf that I may not be
aware of?
I'm working with a VB.Net using Visual Studio .Net 2003.
Richard Rosenheim
ASCII file which is about 45K. IndexOf is not finding substrings that I
know are in the string. Yes, I double-checked my typing. I'm also able to
locate the strings using a text editor. One substring is about 38K
characters into the string.
Is there any know issues, limitations, etc. with IndexOf that I may not be
aware of?
I'm working with a VB.Net using Visual Studio .Net 2003.
Richard Rosenheim