I am trying to make a simple validator to make sure that if the user enters anything besides a four digit number, (ANY four digit number) the program returns an error message. How can I do this without entering all the numbers (or all the non-numbers)?
-Mike
P.S. The number does not have commas.