Hi, I'm using labview to monitor where I'm at in my teststand sequence. I have several goto statements in TS, meaning that certain steps are executed several times. I'm already using the Step.Index to find out which step I'm on, however I need to keep track of how many times that step has been called(goto loops). Is there a count index that increments for each step processed, regardless of goto loops? I've tried, the Loop.Index however it does not keep track of the Goto loops. Thanks for any help.
Joe