G
Guest
Hi,
I'd appreciae any advice on how to do this in VB 2005.
I have a simple array;e..g, a list of States, e.g., CA, WA, ID, AL, and
etc...
I like to determine how many unqiue "States" are in this array...ie.,
duplicate entires, are igorned...
If this list has this sample:
CA
WA
ID
WA
CA
AL
I want the routine to return a value of four (4) unique items.
thx in advance
I'd appreciae any advice on how to do this in VB 2005.
I have a simple array;e..g, a list of States, e.g., CA, WA, ID, AL, and
etc...
I like to determine how many unqiue "States" are in this array...ie.,
duplicate entires, are igorned...
If this list has this sample:
CA
WA
ID
WA
CA
AL
I want the routine to return a value of four (4) unique items.
thx in advance