Ah, sounds kinda sweet.

Quote Originally Posted by pianorain
Just wondering, are you implementing a linked list class? If so, why not just use the generic LinkedList class?
I've got a bad habit of creating my own linked structures for my personalized situation instead of using the provided one since I was forced in school to write my own for learning purposes. Don't know why.. guess its a habit I should break.