<HTML>
<HEAD>
<TITLE>[Q] Best way of doing ...</TITLE>
</HEAD>
<BODY>
<FONT SIZE="4"><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>People:<BR>
I need a way for two collections of different size could be tested for all elements in both.<BR>
<BR>
Example:<BR>
<BR>
A &nbsp;:= #(a1 a2 a3).<BR>
B := #(b1 b2 b3 b4 b5).<BR>
<BR>
Some similar to <BR>
<BR>
with: otherCollection do: twoArgBlock <BR>
&nbsp;&nbsp;&nbsp;&nbsp;&quot;Evaluate twoArgBlock with corresponding elements from this collection<BR>
&nbsp;&nbsp;&nbsp;&nbsp;and otherCollection.&quot;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;otherCollection size = self size<BR>
<BR>
But for different size<BR>
<BR>
Very thanks<BR>
<BR>
</SPAN></FONT></FONT>
</BODY>
</HTML>