Array sorting problem

Hi!

I’ve got an Array, which has elements that are in the array multiple times.
Now, id like to sort out the elements into a new Array so every element of the first one apears only once in the second one.

How sould i do this? It seemed prety easy for first blink, but now it’s driving me mag. :diss:

Thanks for any help.

St.