Just now (on 02/02/2005 at 08:29) [EMAIL PROTECTED] wrote: > In some AB entries I use the MiddleName and in some not. When > addressing the receiver with a Template I use following:
> Dear %ABtoNamePrefix %IF:"%ABtoMiddleName"="":"%ABtoMiddleName > ":""%ABtoLastName, > The idea behind it is to only have %ABtoMiddleName used if there is > also really something written in it. Further it must ad a 'space' > after the word. > As I showed above it's not working. How to check for an 'empty field'? What about this? Dear %ABtoNamePrefix %IF:"%ABtoMiddleName"<>"":"%ABtoMiddleName ":""%ABtoLastName, You only should have to change = into <> -- Bye Bye, Bernd ________________________________________________________ Current beta is 3.0.2.10 | 'Using TBBETA' information: http://www.silverstones.com/thebat/TBUDLInfo.html IMPORTANT: To register as a Beta tester, use this link first - http://www.ritlabs.com/en/partners/testers/

