| 
 | 
вернуться в форумhow read data? Послано  tttwet 21 фев 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 }  |  
  | 
|