I still don't understand how this is to be done. I can not see a
difference between what
you listed as something I might use and what you think I should use.
What does 'abc' stand for in your example?
Ignore the "abc" for now. Just remove it from the examples. The difference
between my two samples is that in one of them, the " after the 0 is the last
character of the first line, i.e. in Word there would be a paragraph mark
after it. But in any case...
What I need is:
if PO BOX = 0 then
print the next line (city,state,zip)
else
print PO BOX
endif
....suggests that you need something other than "how do I specifiy a blank
line if a 0 is found?", e.g.
{ IF { MERGEFIELD "PO Box" } = 0
"{ MERGEFIELD City }, { MERGEFIELD State } { MERGEFIELD Zip }"
"{ MERGEFIELD "PO Box" }" }
--
Peter Jamieson - Word MVP
Word MVP web site
http://word.mvps.org/
Janiskdot said:
I still don't understand how this is to be done. I can not see a
difference between what you listed as something I might use and what you
think I should use. What does 'abc' stand for in your example?