| Web Development >> Coldfusion |
ColdFusion Variable Types
| Language : | English | Quality : | High | Has Audio : | true | Source : | Adobe | Media : | Flash |
| Ray discusses various forms of datatypes available to ColdFusion, specifically focusing on the things that may be confusing to newbies. (And to be clear, this is a presentation for folks new to ColdFusion). |
Tags: Coldfusion, Web Development, Presentation, [SUGGEST A TAG]
Resources referenced in this screencast
|
Articles Realted to this Topic |
[SUGGEST A ARTICLE] |
|
Coldfusion 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 |
|
Using Variables in ColdFusion ColdFusion variables can hold many different data types. A data type indicates what kind of information is being stored. ColdFusion variables can store data types, such as numbers, text strings, dates, times, and Boolean values, just to name a few |