Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
03/15/04 15:46
Read: times


 
#66753 - RE: How to check the password value
Responding to: ???'s previous message
If we assume that you are having numerical input to some other part of your process, then you have the facility in your code >
Type passnumber
If passnumber = password number thats it.


If you don't have numerical input, then you need a little state machine.
Start.
If key = 1st digit then statecount:=1 else statecount:=0
If key = 2nd digit then statecount:=2 else statecount:=0
If key = 3rd digit then statecount:=3 else statecount:=0
If key = 4th digit then statecount:=4 else statecount:= 0
If key = ent and statecount >=4 then unlocked :=true;

Steve

List of 36 messages in thread
TopicAuthorDate
How to check the password value            01/01/70 00:00      
   RE: How to check the password value            01/01/70 00:00      
   RE: How to check the password value            01/01/70 00:00      
      RE: How to check the password value            01/01/70 00:00      
      RE: How to check the password value            01/01/70 00:00      
      RE: How to check the password value            01/01/70 00:00      
         RE: How to check the password value            01/01/70 00:00      
            RE: How to check the password value            01/01/70 00:00      
               RE: How to check the password value            01/01/70 00:00      
                  RE: How to check the password value            01/01/70 00:00      
                     RE: How to check the password value            01/01/70 00:00      
   RE: How to check the password value            01/01/70 00:00      
      RE: How to check the password value            01/01/70 00:00      
         RE: How to check the password value            01/01/70 00:00      
            RE: How to check the password value            01/01/70 00:00      
               RE: How to check the password value            01/01/70 00:00      
                  RE: How to check the password value            01/01/70 00:00      
                     RE: How to check the password value            01/01/70 00:00      
                        RE: How to check the password value            01/01/70 00:00      
                           RE: How to check the password value            01/01/70 00:00      
                              RE: How to check the password value            01/01/70 00:00      
                                 RE: How to check the password value            01/01/70 00:00      
                                    RE: How to check the password value            01/01/70 00:00      
                                    RE: How to check the password value            01/01/70 00:00      
                              RE: How to check the password value            01/01/70 00:00      
                                 RE: How to check the password value            01/01/70 00:00      
                                    RE: How to check the password value            01/01/70 00:00      
                           RE: How to check the password value            01/01/70 00:00      
                              RE: How to check the password value            01/01/70 00:00      
   RE: password experience            01/01/70 00:00      
      RE: password experience            01/01/70 00:00      
   RE: How to check the password value            01/01/70 00:00      
      RE: How to check the password value            01/01/70 00:00      
      RE: How to check the password value            01/01/70 00:00      
   RE: How to check the password value            01/01/70 00:00      
   RE: How to check the password value            01/01/70 00:00      

Back to Subject List