ColdFusion structures are special data types that store sets of data, think of them as variables that contain variables. And structures are really easy to use too. CFML come with a whole set of structure manipulation functions (they all start with Struct) but you actually do not really need most of them. In fact, the only function that is absolutely required is StructNew() which is used to create a new structure. Once created you can use standard tags to set structure members (for example,
Leave a Reply