|
|
вернуться в форумReadLine().Trim() ===> Crash #2 Strange, string s = Console.ReadLine(); ===>AC string s = Console.ReadLine().Trim(); ===> Runtime Error (AV #2) string s = Console.ReadLine().TrimEnd(); ====> Same as above who can explain this? Re: ReadLine().Trim() ===> Crash #2 Console.ReadLine() == null at the end of file Re: ReadLine().Trim() ===> Crash #2 thanks... yes. it all makes sense now. |
|
|