Hi list, I am using the following term to start an eMailing to customers. Dear <cfif title EQ "Mrs">Mrs. <cfif degree NEQ "">#degree#</cfif></cfif> <cfif title EQ "Mr">Mr. <cfif degree NEQ "">#degree#</cfif></cfif>#last_name#,
>From time to time I see, that the field title isn't filled correct. Instead of "Mrs" there is "Mrss" or "Mrs " with a blank at the end. The cfif-statement doesn't work in this case. Is there an option to use a wild-card like: "Mrs*" or "Mr*" in the cfif statement ? Uwe ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Get the mailserver that powers this list at http://www.coolfusion.com Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

