You are on the right track. :
<CFIF mTEST1 IS "ABC" AND mTEST2 IS "DEF">

You can also look out Compare and CompareNoCase functions.

Marius Milosav
www.scorpiosoft.com
It's not about technology, it's about people.
Virtual Help Desk Demo (VHD)
www.scorpiosoft.com/vhd/login.cfm


----- Original Message -----
From: "Arden Weiss" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Friday, February 09, 2001 11:14 PM
Subject: Multiple conditions in a single CFIF statement.


> So far I've only used single <CFIF statements - hence don't know syntax
for
> multiple conditions and haven't been able to find an example in the books
I
> have.
>
> Can someone give me a hint or example of the CF syntax to do state the
> following condition:
>
> <CFIF mTEST1 EQ "ABC" AND mTEST2 EQ "DEF">
>
> without using nested <CFIF statements???
>
> Archives: http://www.mail-archive.com/[email protected]/
> Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists


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

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to