I have a report where I need to display messages just as they are. This is used to proof the message that will be printed using another software.
I have to merge four fields to create one line of the message, then the next four, etc. for up to six lines. The issue is that I am getting a right trim of blanks, and I don't want that to happen.
{field} + {field} + {field} + {field}
I have also tried to use variables combined message lines with a chr(10) to build a paragraph, and it still suppresses the blanks on the right of the field.
Is there a No RightTrim or something like it?
I have to merge four fields to create one line of the message, then the next four, etc. for up to six lines. The issue is that I am getting a right trim of blanks, and I don't want that to happen.
{field} + {field} + {field} + {field}
I have also tried to use variables combined message lines with a chr(10) to build a paragraph, and it still suppresses the blanks on the right of the field.
Is there a No RightTrim or something like it?