Thanks for the reply Stephen. 

What I want to end up with is an array of ONLY the keys that exist in the first 
array that do NOT exist in the second. Otherwise I simply end up with identical 
arrays that both contain all the keys from the first and the second arrays. 

I should mention that it is the nature of the data that the second array is 
some subset of the first, and the goal is to find the records in the first 
array that are not in the second. 

Bob


On May 25, 2010, at 3:08 PM, stephen barncard wrote:

> if you want to remove duplicate keys - put the imported data immediately
> into an array. Duplicates are automatically eliminated.

_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to