Re: [Newbies] [Q] Best way of doing ...

2009-05-05 Thread Randal L. Schwartz
> "Edgar" == Edgar J De Cleene writes: Edgar> People: Edgar> I need a way for two collections of different size could be tested for all Edgar> elements in both. Edgar> Example: Edgar> A := #(a1 a2 a3). Edgar> B := #(b1 b2 b3 b4 b5). Edgar> Some similar to Edgar> with: otherCollection d

[Newbies] [Q] Best way of doing ...

2009-05-05 Thread Edgar J. De Cleene
People: I need a way for two collections of different size could be tested for all elements in both. Example: A := #(a1 a2 a3). B := #(b1 b2 b3 b4 b5). Some similar to with: otherCollection do: twoArgBlock "Evaluate twoArgBlock with corresponding elements from this collection and othe