Question

How can I delete the element with a certain index in a Flex XMLList?

Was it helpful?

Solution

Try this

delete myList[i];
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top