IainBuchanan
Technical User
Hi,
I'm not the greatest of VBScripters, and am banging my head against the desk with a problem. I've got a list and I need to display those items that appear only once in the list.
I've actually got two lists, but then I'm combining them into one list.
I can sort and display unique items in the list, but this then gives me a list of all items, but only one instance per item. What I need is to display only those items that have a single instance.
eg In a list of:
one
two
three
four
two
three
I would need to get the result of:
one
four
Any help on this one would be much appreciated!!!
Cheers.
Iain Buchanan
I'm not the greatest of VBScripters, and am banging my head against the desk with a problem. I've got a list and I need to display those items that appear only once in the list.
I've actually got two lists, but then I'm combining them into one list.
I can sort and display unique items in the list, but this then gives me a list of all items, but only one instance per item. What I need is to display only those items that have a single instance.
eg In a list of:
one
two
three
four
two
three
I would need to get the result of:
one
four
Any help on this one would be much appreciated!!!
Cheers.
Iain Buchanan