hi all:if I create an array '{44,55,66,c4,55,66,b4,55,66}',how to remove the duplicate elements(55, 66) from it, after remove, thearray will be '{44,55,66,c4,b4}'
thanks.