Search code examples
apache-flexxmllist

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];