Compare 2 strings or arrays with output

I was wondering how to compare 2 lists, via string or array, and acquire the values that did not compare.I'm thinking of something similar to the PHP function \[code\]array_diff()\[/code\].Is it possible with classic ASP?
 
Back
Top