Thanks!
I will have to hunt around for a more meaty example on this topic. Looks
like this is a good place to start.
"Richard Myers" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi Gregory
>
> Duplicate keys are not supported by sorted list. It is fairly
> straightforward to create your own
> sorted list though by implementing the IComparable or IComparer
> interfaces.
>
> http://msdn.microsoft.com/library/de...classtopic.asp
>
> http://msdn.microsoft.com/library/de...classtopic.asp
>
> Richard
>
>