Okay my brain is jsut fried on this one... I probably started from the worng angle and have totaly confused myself now. Does anyone else have a better idea on how to do this.
I have a list box with entries that I need to save. Duplicates are allowed in the list, but I cannot duplicate the entries on the save. So starting with this.
A
B
B
D
A
C
A
and I want it to look Like this when I save it...
A(1)
A(2)
A(3)
B(1)
B(2)
C
D
Note that C and D would not be numbered as they are Unique. I would post the code that I have so far, but as I said it is probably started from the wrong angle, so I want to see if there are any Fresh thoughts out there.
Casper
There is room for all of gods creatures, "Right Beside the Mashed Potatoes".
I have a list box with entries that I need to save. Duplicates are allowed in the list, but I cannot duplicate the entries on the save. So starting with this.
A
B
B
D
A
C
A
A(1)
A(2)
A(3)
B(1)
B(2)
C
D
Casper
There is room for all of gods creatures, "Right Beside the Mashed Potatoes".