AdobeStock_455007340

Structure Member Insertion

Home » Structure Member Insertion

There are two basic ways to insert members into ColdFusion structures – the StructInsert() function, or . The latter will always overwrite members if a member with the same name exists, the former takes an optional AllowOverwrite parameter (which defaults to TRUE) allowing you to specify whether or not existing values should be overwritten. (Applies to: ColdFusion 4 or later)

Leave a Reply