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
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm