Chapter 3
Using ColdFusion Variables

This chapter provides detailed information on ColdFusion variables and their use. ColdFusion variables are the most frequently used operands in ColdFusion expressions. Variable values can be set and reset, and can be passed as attributes to CFML tags. Variables can be passed as parameters to functions, and can replace most constants.

This chapter describes how to create and use variables. It provides information on how variables can represent different types of data and how the data types get converted. It also discusses how variables exists in different scopes and provides an introduction to how the scopes are used. Finally, it provides additional information required to use variables correctly.

Contents

Comments