Hello,
I am looking for a way to capture the enter key for user input used in a switch statement.
The problem is when a user doesn't entere a valid value and just presses the enter key.
I though it might be capture as:
if(action = null || action = " ")
but neither are working.
Is there some kind of escape character I should be checking for?
Thanks in advance!
kh