Character case

ColdFusion 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:

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


View comments in LiveDocs