I need to enter text into an array in a specific order, so queues are great for this, but I also need to remove specific text from the array (that may be in the middle of the list or anywhere)thus I need a search and remove for specific strings. Please help...
