Search code examples
EXAMPLE-A
apache-flex
xmllist
Delete XMLList element with a given index - Flex
How can I delete the element with a certain index in a Flex XMLList?
Solution
Try this
delete myList[i];
Close Ad