How to limit the numbers that can be entered into a text box to between two numbers

I have been having a lot of trouble with not only limiting the things that can be entered into a text box to between two numbers but I have also had some trouble trying to turn what was entered into the value of a variable. What I am trying to do is allow a user to tell the app how long they want a timer to go on for with variables to set these certain timers. I don't have much time to finish this app so I need some advice quickly.

What have you tried?

Are you using If..then..else statements (discussed in Programming Your App to Make Decisions )? Figure 18-10 is something similar to what you want to do.

1 Like

image
To limit between 1 and 100

1 Like

Thanks for the help

Thanks I think I'll use it for future reference

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.