Hi
I have the following array:
var custommer:array = new Array(“a”, “b”, “c”, “b”, “c”, “a”, “b”);
I need to generate a new array with only one of each array entry.
How can I do this?
Thanks
Hi
I have the following array:
var custommer:array = new Array(“a”, “b”, “c”, “b”, “c”, “a”, “b”);
I need to generate a new array with only one of each array entry.
How can I do this?
Thanks
:: Copyright KIRUPA 2024 //--