User input limit | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

User input limit

Can you limit user input. so when the user enter characters more than the limit the program stop accepting input ex: limit = 5 user input = input_text after user enter first five letters the entry box stop accepting input and text is = input

7th Feb 2018, 10:46 AM
Amine Trabelsi
Amine Trabelsi - avatar
1 Answer
+ 1
It depends on the yser interface and language you use. In a console app you need read the whole answer, valudate it and requestion if needed. In a application with a UI is it much easier.
7th Feb 2018, 11:46 AM
sneeze
sneeze - avatar