We have developed code that requires the input of “override” codes to
continue. At present, the operator can see what is entered. We could like
to blank out the entry.
Hello
I don’t think this feature is currently supported.
If you’re using TPReadNum, you’ll probably like to set a MaxTime to prevent the user to forget pressing enter, and then a TPErase to clear what has been typed.
You can also use a TPErase in a routine connected to the StopEvent, to clear the screen if the program is stopped.
Best Regards
Claudio