All programming languages possess their own set of functions that you use to manipulate and format data.
For example, you use functions to:
ColdFusion contains over 150 different functions. Because Allaire provides solid reference guides, it's not important to memorize these functions; you only need to know what type of operation you want to perform on data.
The table below describes ColdFusion functions by the type of operation that you can apply to data.
ColdFusion Function types | Usage example |
---|---|
Display and Formatting |
|
Date and Time |
|
Mathematical |
|
String |
|
Decision |
|
International |
|
Array |
|
Structure |
|
System |
|
Other |
|
During this chapter, you will practice applying display and formatting functions so that you can gain familiarity with general syntax. Refer to the CFML Language Reference for ColdFusion Express for a list of functions and their syntax.