Two questions. Let's say I'm in the middle of a fast loop and I want to that loop and start the next loop from the beginning.
And at the end of a fast loop how can I have something happen, like opening another group? I've tried always, but the always happens before the loop finishes. I've tried if the loop index is equal to the final value, but that does nothing.
Any help appreciated.
Steve