I have the following code. How can I check the "filter" variable to see if 
it's equal to something.

<CFIF ISDEFINED("defined")>

        <CFIF filter IS "">
                code here...
        </CFELSE>
                code here...
        </CFIF>
        
        code here...
<CFELSE>
        code here...
</CFIF>


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to