Hi,
I have an ASP page which contains 2 arrays. I need the intersecting values of the two arrays placed in a new array.... i Can't find a pre-built ASP/
VB function that does this (PHP has one!)
Array 1 is 'AllValues'
Array 2 is 'arrValues'
I need an arrray called unchkValue to contain 'AllValues' - 'arrValues'
i need to delete the values in array 1 that are found in array 2, and the leftovers storred in a new array
how is this done?
thanks.. a man with a big headahce!!