Lets suppose I have an integer called number. Would it be possible to set boundaries on that integer so it is not possible to input a number larger than say 30000. I don't mean after you press enter, it runs some code to check if number>30000. I mean, at runtime, before you press enter...is it possible to physically not let the person enter a number higher than 30000, or if not, is it possible to not allow them to enter a number over so many digits?



LinkBack URL
About LinkBacks


