Would putting an AND in there help? Ade
-----Original Message----- From: FlashGuy [mailto:[EMAIL PROTECTED]] Sent: 19 November 2002 15:54 To: CF-Talk Subject: IsDefined do this... Hi, I'm checking a field in my database and if its equal to something do this...otherwise...do else... Here is my code: <cfif isDefined("qgetdir.strOmit") and Len(Trim(qgetdir.strOmit)) GT 0> ..do this... <cfelse> ..do this... </cfif> The above field contains multiple directories. I need to check if "documents" exists in the field qgetdir.strOmit This is what I have but it doesn't work. <cfif isDefined("qgetdir.strOmit") CONTAINS 'documents'> --------------------------------------------------- Colonel Nathan R. Jessop Commanding Officer Marine Ground Forces Guatanamo Bay, Cuba --------------------------------------------------- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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 Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm

