Clovertech
› Clovertech Forums › Read Only Archives › Cloverleaf › Cloverleaf › When using continue it seems to send dup msg on last msg
I am trying to make a message that has multiple OBR’s into multiple messages with one OBR per message.
I am doing an iterate on OBR. Then doing pathcopies.
At the end I am putting a ‘continue’. The problem seems to be on the last message which is sending twice. Any thoughts on why this is occurring.
I think there is an implied CONTINUE or SEND at the end of every xlate. You might try putting a SUPPRESS at the end of your xlate, outside of the ITERATE.
awesome that worked…thank you