The OBX-5 of a micro result is sent with carats (not tildes) separating the subfields:
text1^text 2^text 3…
The disassembled format looks like this:
..1(0).OBX.00561(0).[0]
..1(0).OBX.00561(0).[1]
..1(0).OBX.00561(0).[2]
I want my outbound to look like this:
..1(0).OBX.00561(0).[0]
..1(1).OBX.00561(0).[0]
..1(2).OBX.00561(0).[0]
I can get the results converted to tilde separators, but I can’t use that outbound value as the basis of the iteration. There’s got to be a way to do this, but I haven’t found it!
Thanks in advance.
Kathy