Is there a way to "freeze" a FOR/NEXT loop? Say I have a loop monitoring some bits. If a bit becomes TRUE, I'd like to keep the pointer value where it is, end the loop, and let the rest of the PLC's logic proceed as normal. It's not quite a BREAK, as next scan I'd like the loop to continue with it's previous pointer value. Is this even a thing?