I have a set of strings:
121010
121010
121011
121011
What I want to do is take all of the values and merge them together so I can get an output like this:
121010
121011
For instance, a listbox should search through that string and then give each result as a list item, if there was 400 "121010" values it would display as one value.
I have looked every where for a solution but I am now totally lost.
Any sort of reference would be appreciated.