| Contents > Developing ColdFusion MX Applications > Elements of CFML > Data types |
|
|
|
|
||
ColdFusion is considered typeless because you do not explicitly specify variable data types. However, ColdFusion data, the constants and the data that variables represent, do have data types, which correspond to the ways the data is stored on the computer.
ColdFusion data belongs to the following type categories:
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 |
For more information on ColdFusion data types, see Using ColdFusion Variables.
|
|
||
| Contents > Developing ColdFusion MX Applications > Elements of CFML > Data types |
|
|
ColdFusion 9 | ColdFusion 8 | ColdFusion MX 7 | ColdFusion MX 6.1 | ColdFusion MX | Forums | Developer Center | Bug Reporting
Version 6.1
Comments are no longer accepted for ColdFusion MX 6.1. ColdFusion 8 is the current version.
RSS feed | Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/coldfusion/6.1/htmldocs/elemen15.htm
Comments
a440guy said on Jun 14, 2004 at 11:07 AM : marnen said on Aug 11, 2005 at 4:40 PM :