Hi,
I would like to know if I could do this:
if i were to enter 5 numbers, it would go like this:
5
4
3
2
1
I want to know if I can do it like:
54321
Basically I don't want the insertion to go to a new line after pressing enter to input the first number. Is it possible?