cfset sets and reassigns values to local or global variables within a page.
For example, the variable NumRecords has been declared on this
page to hold the number of records returned from query
( In addition, cfset can be used to pass variables from other pages,
such as this example, which takes the url parameter Test from this link:
(
">click here) to display a message:
cfset can also be used to collect environmental variables, such as the
time, the IP address of the user, or another function or expression.
The variable url.test has not been passed from another page.
Reversed: #str_example#
Normal: #Reverse(str_example)#