Hi Lee,
Try something like the following, which uses SET fields for demo purposes,
though you could simply put mergefields into them. The example uses an IF
test to evaluate whether a line feed (ASCII 11) is needed, based on whether
there is a 'Company Name' to print.
{QUOTE
{SET Name "Name"}
{SET CompanyName "Company Name"}
{SET Address "123 zzz"}
{SET City "City"}
{SET State "ABC"}
{SET Zip "1234"}
{Name}11{CompanyName}{IF{CompanyName}= "" "" {QUOTE 11}}
{Address}11{City}160{State}160{Zip}
}
Note: You'll need to convert this to a compound field, replacing the braces
in pairs with Ctrl-F9. Other than that, the layout is for readability.
Cheers
> Hi everyone,
> Can you advise me on whether there is a way to remove the
[quoted text clipped - 14 lines]
>
> Lee