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 answers

0
Christophe Herreman On BEST ANSWER

Try this

delete myList[i];