function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ 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?