I need it to increase by 1 for each line.
I setup an group iterate with basis 2 and variable of %g1. This is the first and only Iterate in the xlate. I set a copy =1 -> $%s1 before this iterate.
The only two lines I have in the iterate are as follows:
copy $%s1 -> 0(0).OBR(%s1).#1(0)
MATH: ADD $%s1 =1 -> $%s1
What am I missing? It’s not increasing OBR-1 and if I set the copy =0 -> $%s1, then at least the first one get set to 0, but nothing more after that.[/img]