02.01.2019, 01:49
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.
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.