REM To create an invisible password:<br>CLS<br>Locate 10<br>Row = POS(1)<br>Col = CSRLIN<br><br>PRINT "Type your password and then press [ENTER] when finished"<br>PRINT<br>DO<br><br>P$ = INPUT$(1)<br>SELECT CASE P$<br>CASE CHR$(13)<br>EXIT DO<br>CASE ELSE<br>Password$ = Password$ +...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.