How about:

<br>[+ $set[$row]{organization_name} ?
"<BR>$set[$row]{organization_name}" : "" +]
<br>[+ $set[$row]{address1} ? "<BR>$set[$row]{address1}" : "" +]
<br>[+ $set[$row]{address2} ? "<BR>$set[$row]{address2}" : "" +]

etc

You may need to set $escmode to 0 to stop the <BR> being escaped, I
can't remember.

It's a little bit less wordy

HTH

-Neil

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to