Cloverleaf 6.0 user here. I’m using an iterate in an xlate to swap values in OBX.3.2 with OBX.3.5. My problem is that it works in the testing tool, but cuts off the OBX segment (and the rest of the message) during use.
Iterate Type is group, Basis is 1(0).1(0).3(0).0, and Variable is %g1
copy 1(0).1(0).3(0).0(%g1).OBX(0).#3(0).[1] -> @HOLD
copy 1(0).1(0).3(0).0(%g1).OBX(0).#3(0).[4] -> 1(0).1(0).3(0).0(%g1).OBX(0).#3(0).[1]
copy @HOLD -> 1(0).1(0).3(0).0(%g1).OBX(0).#3(0).[4]
Any thoughts would be greatly appreciated, and thank you in advance!