To clear the queue, would you do something like
pbuffer.clear
?
depends on which queue u wanted clear, if its a message queue then it doesnt have anything to do with pbuffer.clear
If you have, say, a linked list, you can just clear it, at least the way I do it.
Queue.Clear();
ReDim Queue(0)