Hi,
I would like to know how I can convert only the first false value to true after a series of true values. For example, I want to make TTTFFF to TTTTFF.
I expect this code reserve the last t/f value so it passes true if the current value is the first false after a series of true by OR instruction. But this code do not conserve the last one. Do you have any idea to fix this? Or do you have another way to implement what I want to do? Thanks for your help.