G Guest Aug 6, 2004 #1 Hi, Just wondering how to obtain the index of a carraige return in a string? Thanks, Jesse
J Jon Skeet [C# MVP] Aug 6, 2004 #2 Jessard said: Just wondering how to obtain the index of a carraige return in a string? Click to expand... int index = foo.IndexOf("\r");
Jessard said: Just wondering how to obtain the index of a carraige return in a string? Click to expand... int index = foo.IndexOf("\r");