Hi,
I have an array that is initially populated from a database. The user can also search the database and this will lead to the array being updated.
Everythings works fine up to this point except that the array can now contain duplicate values. I need to check the array for duplicate values and if a dupicate is found it must be deleted as otherwise this can sometimes and unpredictably cause the wrong information to be displayed.
I haved searched the actionscript dictionary and cannot find a command that will let me do this.
Can someone please point me down the road I need to go?
I have an array that is initially populated from a database. The user can also search the database and this will lead to the array being updated.
Everythings works fine up to this point except that the array can now contain duplicate values. I need to check the array for duplicate values and if a dupicate is found it must be deleted as otherwise this can sometimes and unpredictably cause the wrong information to be displayed.
I haved searched the actionscript dictionary and cannot find a command that will let me do this.
Can someone please point me down the road I need to go?