I have a array with 500 records and another array with 25 numbers. These 25 numbers are between 1-500.
I want too clear all the records in 500 record array which are not in the 25 records array.
Array1 10, 20, 31, 32, 45, 50
Array2 20, 45
After matching the result for array1 is 0, 20, 0, 0...