Has anyone else run into this? The following code fails. The error message is:
The ArrayAppend ColdFusion function is not supported on this object. The ArrayAppend ColdFusion function is not supported on an object of type coldfusion.runtime.Cast$1. For example, XML objects can be operated on by a subset of the structure and array functions, but not all. Sample Code: metaData = GetMetaData(someComponent); arrayOfFunctions = metaData.functions; ArrayAppend(arrayOfFunctions, "same new value"); Also fails if I do a Duplicate(). ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:352685 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm