I am receiving a message that has a value of Blood&BLOOD when I try to copy it the only characters that copy are before the & I need to remove this and I cannot copy @null into that field, It will leave the &BLOOD in this field.
These fields can be addressed by going out another level with the address. You can view that address required either in the testing tool or via SMAT if you are on a latest enough release. By change the address on the destination side will also cause the creation of the & character as a separator.
1(0).1(0).0(0).OBR.00260(0).[0] if you change this to
the following or something similar for your situation:
1(0).1(0).0(0).OBR.00260(0).[0].[0] for first elementseparated by &
1(0).1(0).0(0).OBR.00260(0).[0].[1] for second element separated by &
If you add similar addressing on the outbound the & will be added as the separation character. Hope this helps….. If you up your detail level to view you will see the necessary path in SMAT or Testing tool.