CFSET

I l @ ve RuBoard

<CFSET>

Used to create ColdFusion variables . If the variable has already been created, <cfset> overwrites the existing value.

Syntax

 <cfset nameofvariable = expression> 

Attributes

None

Example

 <!---Create a variable holding today's date --->  <cfset today = dateformat(Now(), ":mm/dd/yy")> 
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