Coldfusion 10: Added the merge argument ColdFusion MX: Changed behavior: this function can be used on XML objects.Parameters Parameter Description array Name of an array value Value to add at end of array merge If set to true, and value parameter is an array, appends array elements ...
This appears to be some kind of Bug, unless I am missing something... It looks like ColdFusion is waiting until the loop is done before calling ArrayAppend() for all the loops. This works fine if you explicitly create the structures inside the function, but not so much if you are using...