Run Time Error 4, need help.
#2

You have an array, something like

new array[1500];

and you're trying to use array[1500] somewhere, while array only contains values up to array[1499] (1500 cells 0-1499). It should crash both on your PC and the linux server.
Reply


Messages In This Thread
Run Time Error 4, need help. - by Mr.1337 - 01.02.2013, 05:41
Re: Run Time Error 4, need help. - by 3ventic - 01.02.2013, 06:03
Re: Run Time Error 4, need help. - by Mr.1337 - 01.02.2013, 07:12
Re: Run Time Error 4, need help. - by Mr.1337 - 01.02.2013, 07:42
Re: Run Time Error 4, need help. - by 3ventic - 01.02.2013, 08:12
Re: Run Time Error 4, need help. - by Mr.1337 - 01.02.2013, 09:11

Forum Jump:


Users browsing this thread: 1 Guest(s)