CFIFCFELSEIFCFELSE

I l @ ve RuBoard

<CFIF>/< CFELSEIF >/<CFELSE>

Used to create conditional statements.

Syntax

 <cfif expression>     Code to be executed   <cfelseif expression>      Code to be executed   <cfelse>      Code to be executed </cfif> 

Attributes

None

Example

 <!--- Use <cfif> to determine where you are --->  <cfif state eq "Iowa">   At Home. <cfelseif state eq "Michigan">   Visiting In-laws. <cflelse>   Somewhere else! </cfif> 
I l @ ve RuBoard


Macromedia ColdFusion 5. Training from the Source
Macromedia ColdFusion 5 Training from the Source (With CD-ROM)
ISBN: 0201758474
EAN: 2147483647
Year: 2002
Pages: 99
Authors: Kevin Schmidt

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net