On Sat, Jun 8, 2013 at 7:37 PM, Antônio <antoniog12345 at gmail.com> wrote: > You actually do 10 loops. No, you have 2 nested loops. The outer loop has 10 iterations. FindComponent does a linear search using a loop. Juha