Page 1 of 1

Keypad passw0

Posted: Thu May 14, 2009 8:28 pm
by Azii
Heeyy,
First of all i want to thank Benj for this file because it really helped me alot!

i have a question about the .fcf ( see att ) made by Benj, and i was wondering on some way if:

If you adjust the code at the component macro like this that flowcode can sumhow remember the code inserted other way around like 321 and put another output on ( like the LED e block for example ) but if you change the code to lets say 456, the output otherway around -> 654 would remember this and a led would go on aswell, but no more 321 would get it lighted up

Input_string = Left$(Input_string, 3)
Password = "123"
valid = Compare$(Input_string, Password, 0)

Thanks in advance again,