* Greg Strong <[EMAIL PROTECTED]> writes: > How do you eliminate blank lines in a macro when the data may or may not > exist in the address book?
You don't need to eliminate them. Why don't you include the line breaks only when you really need them? You'll just have to print them together with the macros: --8<---------------cut here---------------start------------->8--- %IF:%ABToNamePrefix<>"":"%ABToNamePrefix %ABToLastName "%- %IF:%ABToCompany<>"":"%ABToCompany "%- %IF:%ABToAddr<>"":"%ABToAddr "%- [...] --8<---------------cut here---------------end--------------->8--- You see what I mean? Carsten -- ________________________________________________________ http://www.silverstones.com/thebat/TBUDLInfo.html
