+ Start a Discussion
bca321bca321 

Apex run time problem

Message Edited by bca321 on 02-26-2009 12:46 PM
WhyserWhyser

The only place where there is a repeating loop is your for loop

 

You should do a System.debug on what is being stored in your lines array. Is lines.size() returning more than 10?