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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. cleoleeps

    Password *****'s

    property pText, pVisibleText on beginSprite me pText = "" pVisibleText ="" end on keyDown me if the key = backspace then delete pText.char[pText.length] delete pVisibleText.char[pVisibleText.length] else if the key = return then put pText else put the key after pText put "*" after...

Part and Inventory Search

Back
Top