Appendix C. ColdFusion Function Reference
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 asnow()
, which is the same asNow()
.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.
Functions by Topic
The following sections list ColdFusion by topics, meaning that the functions in ...
Get macromedia® Coldfusion® MX 7 Web Application Construction Kit now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.