RE: Witango-Talk: array different

2002-12-14 Thread David Shelley
Brad, If you really want stuff that doesn't appear in either array, @random will usually work. :) If you want elements from one array that are not in the other array you can use @filter. @filter array=array1 expr="!(@@array2 contains #1)" (this assumes both arrays have 1 column ) If you

Re: Witango-Talk: array different

2002-12-14 Thread Brad J. Robertson
Awesome thanks - I am suffering weekend brain damage. - Original Message - From: David Shelley To: Multiple recipients of list witango-talk Sent: Saturday, December 14, 2002 3:54 PM Subject: RE: Witango-Talk: array different Brad, If you really