Run time error 4: "Array index out of bounds"
#2

Are you sure you didn't change anything? Somewhere your script is trying to access 44 index of array where last index is 43. Either you are doing it directly (via array[44]), or you have somewhere loop with off-by-one error (like for(new i = 0; i <= sizeof array; ++i))
Reply


Messages In This Thread
Run time error 4: "Array index out of bounds" - by Kalli749 - 09.08.2013, 16:57
Re: Run time error 4: "Array index out of bounds" - by Misiur - 09.08.2013, 17:26
Re: Run time error 4: "Array index out of bounds" - by Konstantinos - 09.08.2013, 17:55

Forum Jump:


Users browsing this thread: 1 Guest(s)