28.08.2015, 03:06
Код:
Run time error 4: "Array index out of bounds"
You refer to a non-existent index.
Example:
PHP код:
new array[1000]; // Your current array
// and
array[2000] = id; // But save in a larger index than announced