View Single Post
  #4  
Old 07-04-2016, 11:18 AM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
Quote:
Originally Posted by Gunderak View Post
I gave this a go with scheduleevent but still the same results, max is 10,000
PHP Code:
function onCreated() {
  
maxlooplimit 100001;
  
example();
}

function 
example() {
  for (
temp.0temp.99999temp.i++) {
    
temp.c++;
  }
  echo(
temp.c); // echos 99999

__________________
Quote:
Reply With Quote