|
we used this in dos days to hide the character being typed. Perhaps you can use a portion of this in an eep for your purpose. Bernie Lis Megabytes, Inc. *( get password pswrd.mac) Label start cls clear var vget1,vhide,vdots,vpos set var vpos int=49, vget1 text, vhide text, vdots text write "Please enter your password:" at 10 21 set escape off Label getchar fillin vget1=0 using "" at 10 .vpos if vget1 <> [enter] then set var vdots to (.vdots + ".") set var vhide to (.vhide + .vget1) set var vpos to (.vpos + 1) write .vdots at 10 49 goto getchar endif cls if vhide <> "yourpassword" then ; goto sorry ; endif set escape on clear var vget1,vhide,vdots,vpos return Label sorry clear all var quit to start.mac
|
- Password Echo on Var Robert Vincent
- Bernard Lis
