Array must be indexed (Array inside Array?)
Edit: Solved
Error: Code:
error 033: array must be indexed (variable "gLEVELS")PHP Code:
PHP Code:
|
Re: Array must be indexed (Array inside Array?)
You are saying it's a 2-dimension ([][]) array but defining it as 1-dimension ([]).
Do new const gLEVELS[10] or new const gLEVELS[] |
Re: Array must be indexed (Array inside Array?)
Thx
I'll report to that thread about arrays you made I think. |
| All times are GMT -4. The time now is 18:12. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.