Hello !
I have an issue I’ve never encourterd before ! And it turn me cray =p
I cant find a way to make it work, tough it should be really easy …
I have a group “digits” of 4 Bb named “digit1” “digit2” “digit3” “digit4”.
When I pick a four number code, I just check if the code is ok or not.
I already use that kind of logic many times !!! But this time a meet a strange behaviour.
The correct code is 9862. When I type it, everything is OK.
If I type a code with no correct digit, everything is correctly reset.
But when the code is wrong, but with some correct digits, those correct digits are not reseted !
For example 9772 only reset the 77, since 9 and 2 are ok.
I really dont get it =p
Its like digits are treated and reset independently, tough they should all be reset since conditions are met !
Thanks for your help !