Delete XMLList element with a given index - Flex

3.7k Views Asked by At

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

1

There are 1 best solutions below

0
On BEST ANSWER

Try this

delete myList[i];