| Contents > Getting Started Building ColdFusion MX Applications > CFML Basics > Working with CFML expressions |
|
|
|
|
||
Expressions are an important part of the ColdFusion language. Expressions are a collection of different elements, ColdFusion variables, functions, and operators. You can think of them as strings of text that consist of one or more of the following elements:
& for joining statements, + for addition, and so on)Many examples of expressions were shown in this chapter; for example:
#variables.my_full_name# DateFormat(Now()) my_first_name= "Kaleigh" When you build expressions in ColdFusion, you can include simple and complex elements; how you represent these elements determines how ColdFusion processes your program.
|
|
||
| Contents > Getting Started Building ColdFusion MX Applications > CFML Basics > Working with CFML expressions |
|
|
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/cfml_b14.htm