Re: newb question
Well, that was solved quickly...
Of course, you can just append a carriage return using "\r\n" at the end, but it's kinda pointless when you have WriteLine(). These two functions also crop up a lot in the System.IO namespace, so remember the difference between them.
|