Announcement

Collapse
No announcement yet.

masking entry

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Michael Foy
    replied
    what about

    do until a$=chr$(13)
    do
    a$=inkey$
    loop until a$<>""
    if a$<>chr$(13) then
    print "*";
    b$=b$+a$ ' this will hold the keys pressed
    end if
    loop

    print b$


    ------------------

    Leave a comment:


  • Lance Edmonds
    replied
    Most quality entry routines offer password mode. Take a look at some of the libraries in the FILES site: www.powerbasic.com/files/pub/pbdos


    ------------------
    Lance
    PowerBASIC Support
    mailto:[email protected][email protected]</A>

    Leave a comment:


  • Lloyd Plantholt
    started a topic masking entry

    masking entry

    Can anyone tell me how to mask an entry simular to the
    password mask where no one can see what has been typed?
    Or more clearly how to show a star or asterisk for each letter
    typed instead of the actual letters typed?
    An answer will be greatly appreciated.
    Lloyd,


    ------------------
Working...
X