Hi:
I was wondering is there a function to search inside of an array for example:
if I have an acct with duplicate categories I want the array to have one category not to be filled with duplicates.
For example:
Acct 1
Categories 2,2,2,3,4,5,6,6,6,
I want the array just to have
2,3,4,5,6
Can this be done
Thanks
Zishan
I was wondering is there a function to search inside of an array for example:
if I have an acct with duplicate categories I want the array to have one category not to be filled with duplicates.
For example:
Acct 1
Categories 2,2,2,3,4,5,6,6,6,
I want the array just to have
2,3,4,5,6
Can this be done
Thanks
Zishan