Array1 = array(000,400,000,500)
Array2 = array(300,400,450,500)
if the values of Array1 matches with Array2 values then the matching values of Array2 should be replaced with 000 i.e. Array2 = array(300,000,450,000)
somebody help me.
thanks in advance