View Single Post
  #4 (permalink)  
Old 11-07-2007, 01:34 PM
JavaThinker JavaThinker is offline
Member
 
Join Date: Nov 2007
Posts: 3
JavaThinker is on a distinguished road
The for condition needs a look
Hi,

I think the for condition should be changed to...

for (y = i; y < aspiring.length; y++)

Regards,
JavaThinker
Reply With Quote