hello, my first problem
im trying to turn password into ******
MY CODE
input "Connect to?:>";url$
input "User?:>";user$
input "Password?:>";password$
CODE From forum which works but cant get it to work with my code
print "Password=";
pass$="WeHaveAProblem"
pass2$=""
while returnkey()=0
if inkey$()="" then last=0
if (inkey$()"") and (last=0)
char=asc(lower$(inkey$() ))
if (char>=97) and (char