provides an excellent mechanism with which to set variables, perform conditional processing, and implement loops. But unlike straight CFML, you cannot simply display expressions by typing them out. Instead, you must use the WriteOutput() function which takes the expression as a parameter. (Applies to: ColdFusion 4 (or later))
Related