CFSET

Defines a variable.

Syntax

<CFSET VariableName = expression>

Example

<CFSET #FullName# = #FirstName# & " " & #LastName#>