C
christophe.leroquais
Hi,
I have a HashTable that can have the same keys.
For example:
Key: myKey1, myKey2, myKey3, myKey1
Value: "value1" , "value2" , "value3", "value4"
That's ok and I'm happy with that.
My issue is that when I want to retrieve the entries one by one, I want
it to retrieve only the first entry in case of duplicate on the Key.
Is that possible to do that?
Thanks,
Christophe
I have a HashTable that can have the same keys.
For example:
Key: myKey1, myKey2, myKey3, myKey1
Value: "value1" , "value2" , "value3", "value4"
That's ok and I'm happy with that.
My issue is that when I want to retrieve the entries one by one, I want
it to retrieve only the first entry in case of duplicate on the Key.
Is that possible to do that?
Thanks,
Christophe