View Single Post
  #3  
Old 06-30-2016, 06:46 AM
Gunderak Gunderak is offline
Coder
Gunderak's Avatar
Join Date: Jun 2011
Location: Australia
Posts: 795
Gunderak is on a distinguished road
Quote:
Originally Posted by BlueMelon View Post
Is this the line you think you have a limit?

Because you have


In your code. And you also have maxlooplimit set, but not sure of the conditions when that gets triggered tbh.
Hmm I'm out of ideas then... Also hey, I remember you from when I was on Era PC ha

PHP Code:
temp.fold = new[15000]; 
Was my attempt when I thought maybe the default array size was 10k.

PHP Code:
  temp.fold[10123] = "test"
  echo(
fold[10123]); 
This also has no effect..
__________________

Gund for president.

Remote PM {P*}x (Graal813044) from eraiphone -> Stefan: I hav 1 qustion
*Gunderak: he hav 1
*Gunderak: qustion
Reply With Quote