IN THIS APPENDIX
Alphabetical List of ColdFusion Functions 1185
Macromedia ColdFusion MX 7 provides a complete set of data-manipulation and formatting functions. Here are some things to remember when using functions:
Function names are not case sensitive, so NOW() is the same as now(), which is the same as Now().
When functions are used in body text rather than within a ColdFusion tag, they must be enclosed within <cfoutput> tags.
Functions can be nested.
In this chapter, the functions are presented in alphabetical order and are cross-referenced to any related functions wherever appropriate.