Structures are special ColdFusion data types which may contain one or more other variables (simple variables, lists, arrays, and even other structures). To obtain a list of the members within a structure use the StructKeyList() function, or use StructKeyArray() to obtain the member list as an array. (Applies to: ColdFusion 4 or later)
Leave a Reply