Hi, I am currently working on a console app and I have run into one error that throws off the feel of my program. My program is kind of like the skeleton for a miniature compiler with the feel of python. The problem I am having is in generataing the next line. If the user entered the code for that line, and then pressed enter to terminate the line, everything works fine. The problem is when they don't enter any values and press enter, the program keeps waiting until a value is entered. Does anyone know how I can determine if a user pressed enter at all in a console app?? Thanks in advance.