Keypad passw0

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 2 and 3.

Moderators: Benj, Mods

Post Reply
Azii
Posts: 25
Joined: Tue Mar 03, 2009 12:13 pm
Contact:

Keypad passw0

Post 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,
Attachments
Keypad Password.fcf
(9.5 KiB) Downloaded 322 times

Post Reply