Naming variables
You must use the following rules for naming ColdFusion variables:
- Names are case-insensitive (uppercase, lowercase, or mixed case).
- Names can contain only letters, numbers, and underscore characters.
- Each name must begin with a letter.
- Special characters (such as double-quotation marks ("), reserved names (such as functions and tags), and spaces are not allowed.