Whatever message this page gives is out now! Go check it out!
| Category | Description and types |
Simple | Represents one value. You can use simple data types directly in ColdFusion expressions. ColdFusion simple data types are:
|
Complex | A container for data. Complex variables generally represent more than one value. ColdFusion built-in complex data types are:
|
Binary | Raw data, such as the contents of a GIF file or an executable program file |
Object | COM, CORBA, Java, web services, and ColdFusion Component objects: Complex objects that you create and access using the cfobject tag and other specialized tags. |
ColdFusion does not have a data type for unlimited precision decimal numbers, but it can represent such numbers as strings and provides a function that supports unlimited precision decimal arithmetic. For more information, see PrecisionEvaluate in the CFML Reference. |