I am trying to delete from an array the first occurence, not all elements like the searched element The array is something like:
String[] names = {"Becky", "Rosa", "Tina", "Jill", "Rosa", "Bill"};
And I want to be able to say remove(Rosa) and only find and remove the first element in the array named Rosa.
delete, and consider using aList.