N
Nick Coe \(UK\)
A2k WinXP all service packs etc applied.
Can anyone think of a better way to eliminate duplicate
values from an array variable?
I've resorted to storing the array values in a table then
doing a SELECT DISTINCT to get what I want. It works fine
but I can't help feeling there ought to be a more elegant or
efficient way of doing it.
Can anyone think of a better way to eliminate duplicate
values from an array variable?
I've resorted to storing the array values in a table then
doing a SELECT DISTINCT to get what I want. It works fine
but I can't help feeling there ought to be a more elegant or
efficient way of doing it.