Hello,
I'm a newbie to VB .NET and I'm trying to code a SortedList class. The Add method is giving me difficulty. I understand that it's looking for two arguments: the key and the value associated with that key. However, my key consists of two fields (First Name and Last Name). How do I construct the statement to reflect that?
Thanks in advance for your help.
Stevie
I'm a newbie to VB .NET and I'm trying to code a SortedList class. The Add method is giving me difficulty. I understand that it's looking for two arguments: the key and the value associated with that key. However, my key consists of two fields (First Name and Last Name). How do I construct the statement to reflect that?
Thanks in advance for your help.
Stevie