|
|
back to boardhow read data? Posted by tttwet 21 Feb 2010 21:39 hi guys how i must read string, using c# i mean read the WHOLE string, not just trim before '\n' sry for my language Re: how read data? while((line=Console.ReadLine())!=null){ //..code here } |
|
|