0
Answered
Example to check value in Edit-field
Theo Derks - NL (distributor) 8 years ago
in Applications / Studio (Server editor)
•
updated by Aleksandr Romanov (CTO) 8 years ago •
3
Hello
Is there anybody who has an example to validate the content of an Edit-box:
- For example: the value has to be between 50 and 100
- Or the length of the entered value has to be < 5 digits
- Etc
Thanks!
Theo
Customer support service by UserEcho
//This one checks to see if the value in the edit box is >= 0 or <= 255
Thanks Jackie!
Theo