Dim kvp As New KeyValuePair(Of String, List(Of Integer))
If the values were stored as numbers would it make thing easier.It's not so much the type of the data; rather it's the type of collection you are using.
I want to store a key which will always be a unique string and four double values associated with each key.May I inquire as to how you are using them? I still maintain my original suggestion, but perhaps I don't understand your requirement.
Open in new window