Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by BongoCongo2

  1. BongoCongo2

    How to make the password field not show the password, instead show **

    REM To create an invisible password:<br>CLS<br>Locate 10<br>Row = POS(1)<br>Col = CSRLIN<br><br>PRINT &quot;Type your password and then press [ENTER] when finished&quot;<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$ +...

Part and Inventory Search

Back
Top