View Single Post
Old Apr 8th, 2007, 9:59 AM   #3
csrocker101
Programmer
 
Join Date: Dec 2006
Posts: 49
Rep Power: 0 csrocker101 is on a distinguished road
The stream is coming in just fine and my char array has exactly the information I want. IT works just fine when you use

string location = new string(newInfo, 0, clientInfo.Length);

But if you put anything other than 0 as the index, it throws an exception! stilll don't know why!
csrocker101 is offline   Reply With Quote