I am populating a listbox from an array. What I want is that when somebody clicks on an item on the listbox and then hits the delete button that it deletes that value in the array and in the listbox. How do I do that?

Thank You!