So far, no matter what I try, the keyword Input displays a blank screen with a blinking cursor, even after I use Disp.
For example:
Disp "PASSWORD", i
Input
The user will not see the word PASSWORD. The screen is completely cleared.
Is there a solution besides creating my own input routine?