| Contents > Developing ColdFusion MX Applications > Using ColdFusion Variables > About scopes |
|
|
|
|
||
Variables differ in the source of the data, the places in your code where they are meaningful, and how long their values persist. These considerations are generally referred to as a variable's scope. Commonly used scopes include the Variables scope, the default scope for variables that you create, and the Request scope, which is available for the duration of an HTTP request.
Note: User-defined functions also belong to scopes. For more information, see Specifying the scope of a function.
|
|
||
| Contents > Developing ColdFusion MX Applications > Using ColdFusion Variables > About scopes |
|
|
ColdFusion 9 | ColdFusion 8 | ColdFusion MX 7 | ColdFusion MX 6.1 | ColdFusion MX | Forums | Developer Center | Bug Reporting
Version 6.1
Comments are no longer accepted for ColdFusion MX 6.1. ColdFusion 8 is the current version.
RSS feed | Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/coldfusion/6.1/htmldocs/variab34.htm
Comments
a440guy said on Jun 24, 2004 at 2:56 PM : cf_Amir said on Sep 8, 2004 at 9:55 AM :