Hi,
I've got stupid problem - but i can't solve it.
I've got situation like that:
Condition,Condition2 - some condition with value true/false
And i need to have array which value is set 0 after Condition ==true and be 0
until Condition2 change to true.
But important for me is only change conditions from 0 to 1 not current value.
For example
Condition 0000000110001100
Condition1 0000000000000010
Exit 1111111000000011
Thanks for help.
--
Regards