Author | Message | Time |
---|---|---|
BlazingKnight | To clear the queue, would you do something like pbuffer.clear ? | July 10, 2003, 7:36 PM |
______ | depends on which queue u wanted clear, if its a message queue then it doesnt have anything to do with pbuffer.clear | July 11, 2003, 1:29 PM |
DarkMinion | If you have, say, a linked list, you can just clear it, at least the way I do it. Queue.Clear(); | July 11, 2003, 6:19 PM |
Stealth | ReDim Queue(0) | July 12, 2003, 12:31 AM |