D
dougmcc1
I have 2 lists. List A is just a set of strings. List B is a set of the
same strings with multiplae values associated to them. For List A, how
do I return the minimum value for the same string in List B?
Example:
List A
string1
string2
string3
List B
string1 3
string1 6
string1 2
string2 10
string2 5
string2 2
string3 4
string3 5
same strings with multiplae values associated to them. For List A, how
do I return the minimum value for the same string in List B?
Example:
List A
string1
string2
string3
List B
string1 3
string1 6
string1 2
string2 10
string2 5
string2 2
string3 4
string3 5