On Nov 28, 2006, at 11:28 PM, Kem Tekinay wrote:
My console app reads a bunch of text from stdin until stdin.EOF is true. It then does some processing before it needs to prompt the user for more stuff. The problem is, stdin.ReadLine no longer seems to do anything, returning a blank string without pausing. Is there a way to "reset" stdin so it will accept more text? Or is there another way to prompt the user to enter text?
I think that this is what the method Input is for. Charles Yeomans _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
