I have two arrays and I have complete list of numbers in one of them,
lets call it $complete[] 
and another that has some values of the complete one, lets call that one
$part[], now if I want to
return an array with all the values that are in $complete[] but not in
$part[], how would I do that?
 
Regards, David
 


Reply via email to