Homepage › Clovertech Forums › Read Only Archives › Cloverleaf › Cloverleaf › How to CONCAT all OBX.5 into a single OBX? › Reply To: How to CONCAT all OBX.5 into a single OBX?
September 30, 2005 at 5:41 pm
#57507
Rentian Huang
Participant
1. ITERATE:
Type: segment Basis: 1(0).1(0).1(0).OBX Variable: %g1
2. Inside the ITERATE:
CONCAT: Separator: .br Source: 1(0).1(0).1(0).OBX(%g1).00573 @box5 Destination: @box5
3. After the ITERATE and outside of the ITERATE
COPY: Source: @obx5 Destination: 1(0).1(0).1(0).OBX.00573
Where did I do wrong?