
Hi, Getting a little stuck with this iterative macro. I am feeding it a set of data with [wait] and [i]... The macro then increments the [i] on the first record and pauses for one sec then rejoins that first record to the remaining records to iterate.
Each run it checks [i] = [wait] and if they are equal then it outputs that record.
The macro works exactly as expected. It feeds out each row after [wait] seconds, right up till the last record. On the last record it continues to iterate the last record every second to what I would assume to be infinity..
The d Output is me trying to debug this.. that final record with [wait]=[i] does not go down the iterate branch... it just loops between the Input and Output.
Anyone have any thoughts?