Re: Backspace doesn't work in 4.1.0 programs?
- Posted by RobertS May 06, 2022
- 1827 views
Chris: Thank you! I'm afraid I don't understand how to use it, though. I need it for reading single lines from the Windows console:
object line
line = prompt_string("? ")
That is, I need a function that returns a string, and that more or less looks like and works like entering something at the console prompt. Insert/delete as the console command line has it would be nice but isn't necessary, but Backspace is essential for fixing typing errors. If I can use the code you've provided as a replacement for prompt_string(), I haven't found how?
Greg: Thank you - but, I'm not familiar with GitHub, and I'm too stupid to figure it out: I do not find the files that I can download?
Robert