Silmaril
Member since Dec 8, 2010
- Profile: /members/7427-silmaril.htm
- Comments: 1
Recent Blog Comments By Silmaril
-
ColdFusion XML Nodes Are Passed By Value, Not By Reference
Posted on Dec 8, 2010 at 6:28 PM
Hi, I stumbled upon this problem, and found a way around this, the problem seem to be specific to ArrayAppend/ArrayInsertAt xmlChild = XmlElemNew(Xml,tag); pos=ArrayLen(xmlbase.XmlChildren); xmlbase.XmlChildren[pos+1]=xmlChild; xmlChild.XmlText = "string"; However this is a bit slower ... read more »