Hello, I have been playing around with this for a high score entry table. I have it running at the moment but have one niggle that I would like to address if possible.
At the moment, it lets you input your name, if your entry is too long it sends you back to the name entry section. This seems a little 1980's to me though. I would prefer to it to limit the text you can type in to the box, to the character limit I have set. I cannot however see any way to alter the contents of the text input box, either before or during use.
I could probably write something that checks manually for key presses, and displays a string instead which would work. However as I would like this to work universally on all devices at some point, I am keen to use this command.
So if there is no way at the minute to set the maximum length of the textentry() command at the moment. Would it be possible to add it as an option?