array index out of bounds
#2

Check the declaration of arrays.The array index that you accessing might be larger than the highest valid entry of the array.
Also in the function UpdateThePutis you are using variable i as index before declaring it(may be provide more details on what you trying to achieve there?).

And i don't see the point in calling that public function directly and then again using a timer.
Reply


Messages In This Thread
array index out of bounds - by KaliDobrev - 01.01.2019, 22:07
Re: array index out of bounds - by SyS - 02.01.2019, 01:49

Forum Jump:


Users browsing this thread: 1 Guest(s)