• Welcome to Valhalla Legends Archive.
 

Queue

Started by BlazingKnight, July 10, 2003, 02:36 PM

Previous topic - Next topic

BlazingKnight

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

DarkMinion

If you have, say, a linked list, you can just clear it, at least the way I do it.

Queue.Clear();

Stealth

ReDim Queue(0)
- Stealth
Author of StealthBot