IVIr
Member
- Joined
- Apr 13, 2006
- Messages
- 7
- Programming Experience
- 5-10
I'm trying to program my own psuedo Linked List. And I'm having a stupid problem. I learned Linked Lists in school in Java and now that I'm trying to program it in VB.Net I can't get something to translate over. I'm using a loop in my program that goes through all the elements. And in Java when I got to the last element it's (link).Next would be null. I can't get it to test for null though. Anybody out there who can save me?