By following: If (condition) greater than does not work over 99 - Troubleshooting & Bugs - Flipabit Forum, I can mask the input to only accept numbers of certain number of digits by doing ddd for 3 digit numbers, dd for 2 digit numbers, and so on.
But how do I set a particular limit on the input number? For example, if I only want to accept numbers upto 123 and not upto 999. How do I do that?
Also, please can someone add the input mask table with some examples to the docs as this would be helpful for everyone.