Code stops getting executed at a for loop
Well, I have another weird issue, the snippet says it all:
Code:
public handleKey(id) {EDIT: Ok, when I make it one field larger (keys[5]), it works, but why is that needed? These aren't strings, and I only need 0, 1, 2, 3, 4 (total 5). |
Re: Code stops getting executed at a for loop
The index can go up to 4.
When you declare an array with size 5 for example that means that you have 5 cells. 0,1,2,3,4 Ex: PHP Code:
|
| All times are GMT -4. The time now is 14:50. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.