- This topic has 2 replies, 2 voices, and was last updated 15 years, 4 months ago by .
-
Topic
-
I’m having an issue with an iteration with an OBX segment. I need to null every iteration of OBX 11, but it’s only nulling the first iteration and leaving the rest alone. Here is an example of what OBX 11 looks like in the 7th iteration when I look at the message in SMAT:
1(0).1(0).1(7).OBX(0).#11(0) : >V< Usually, when I’ve done iterations, the iteration count would be like this: OBX(7). I’ve tried changing the basis in several ways, each time, I get the same result where the first iteration nulls, but not the rest. I’ve tried the basis as: 1(0).1(0).1(0).OBX 1(0).1(0).OBX 1(0).OBX When I’m copying the null, I’m copying to 1(0).1(0).1(%s1).OBX(0).#11(0).[0]. So, is this actually a group iteration instead of a segment iteration? I tried setting this up as a group iteration, but could not get the translation to compile. Can anyone tell from this info just what I’m doing wrong? Thanks
- The forum ‘Cloverleaf’ is closed to new topics and replies.