Hi all,
Is there an easy way to parse an array to remove any duplicated entries ?
i.e. convert the array [hello, goodbye, hello, hi] to [hello, goodbye, hi]
Thanks
James
(James.Atkin@Phase.Com)
Is there an easy way to parse an array to remove any duplicated entries ?
i.e. convert the array [hello, goodbye, hello, hi] to [hello, goodbye, hi]
Thanks
James
(James.Atkin@Phase.Com)
Attached is a program that contains a user function deldup. The deldup
function takes a string array and returns a sorted array with duplicate
entries removed.
Steve
At 03:57 PM 3/27/98 +0000, you wrote:
>Hi all,
>
>Is there an easy way to parse an array to remove any duplicated entries ?
>i.e. convert the array [hello, goodbye, hello, hi] to [hello, goodbye, hi]
>
>Thanks
>
>James
>
>(James.Atkin@Phase.Com)
>
>
>