Quote Originally Posted by laserlight View Post
The user inputs an integer (or something else) as text. You then parse this into an int (or other integer type). So, it isn't complicated: you merely separate reading from parsing for better control.
Okay, I will give it more tries. Thanks.