I have a queue of 10 elements. I want to insert only new values that are not in the list, then delete head to allow for new value. Does anyone have an effective method to test all values of a queue to see if new vaslue exists or not. Any help is gratly appreciated. e