Is this possible? I need to read the data from a stack (and a queue), but I need to maintain the stack (and queue) so they can be used later.
I have not found any useful information online. My only thought is loading the data into a parallel stack before I pop through the original stack while I write out the data.