Contents > Developing ColdFusion MX Applications > Elements of CFML > Character case PreviousNext

Character case

The ColdFusion server is case-insensitive. For example, the following all represent the cfset tag: cfset, CFSET, CFSet, and even cfsEt. However, you should get in the habit of consistently using the same case rules in your programs; for example:

If you follow these rules, you will prevent errors on application pages where you use both CFML and case-sensitive languages, such as JavaScript.


Contents > Developing ColdFusion MX Applications > Elements of CFML > Character case PreviousNext

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.

 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/coldfusion/6.1/htmldocs/element3.htm