1.

What Is Structure? What Are The Different Functions In Structure?

Answer»

ColdFusion structures CONSIST of key­value pairs. Structures let you BUILD a collection of related variables that are grouped under a single name. A structure's key must be a string. The values associated with the key can be any valid ColdFusion value or object. It can be a string or INTEGER, or a COMPLEX object such as an array or another structure. Because structures can contain any KIND of data they provide a very powerful and flexible mechanism for representing complex data. check Structure functions here.

ColdFusion structures consist of key­value pairs. Structures let you build a collection of related variables that are grouped under a single name. A structure's key must be a string. The values associated with the key can be any valid ColdFusion value or object. It can be a string or integer, or a complex object such as an array or another structure. Because structures can contain any kind of data they provide a very powerful and flexible mechanism for representing complex data. check Structure functions here.



Discussion

No Comment Found