To be clear, in the first string we haven't used two consecutive offset values, I just wanted to make sure I understood what Jim was advising.
Here are the two strings we've used:
1. *27,”E”*27,”&l2a0o6d0e-216u0z66f"...With some manual intervention of the print quality settings, this string aligns our claims perfectly, but clips the last two characters on the right side of the page.
2. *27,"E",*27,"&a1L",*27,"&l-163U",*27,"&l0E",*27,"&l0Z",*27,"&l66F",*27,"&l7.38C",*27,"(s10.5H",*27,"&u6D",*27,"&l1H"...As I mentioned, the alignment is off, but there is no clipping on the right side of the page.
What is it about the second string that prevents the clipping that we're seeing with the first string? How might we be able to modify string 1 so that the last two characters of every line aren't clipped?
Thanks in advance!