Code for hard returns

jessevickey

New Member
I'd like to use a hard return within an "if statement" to fix blank lines in addresses.

I saw "\r" in an old post, but this doesn't do the trick. Here's my current code:

Code:
<IF [[Opt3]] = ""><ELSE>[Opt3]\r</IF>[Opt4]

I'm using Mac OS 10.5.7 and Mailer 6.1. Any suggestions?

Thanks.
 

stanbusk

Administrator
Staff member
Ok, indeed since v6.6 it is possible to force line breaks in conditional statements using '\r' without quotes.
 
Top