Hello Dave, Saturday, June 14, 2003, 9:13:31 PM, you wrote:
DL> isn't "title" a reserved word? DL> ----- Original Message ----- DL> From: <[EMAIL PROTECTED]> DL> To: "CF-Talk" <[EMAIL PROTECTED]> DL> Sent: Saturday, June 14, 2003 3:10 PM DL> Subject: how to ask for the correct title in cfif ? >> 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 >> >> DL> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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 Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

