Error 033: array must be indexed (variable "tmp2")
#5

Because you're trying to assign an array without indexing.. I mean you can't do that:
PHP код:
new array[10];
array = 
0
but you can do that:
PHP код:
array[5] = 0
Reply


Messages In This Thread
Error 033: array must be indexed (variable "tmp2") - by Sc0pion - 14.06.2016, 07:18
Re: Error 033: array must be indexed (variable "tmp2") - by iKarim - 14.06.2016, 07:25
Re: Error 033: array must be indexed (variable "tmp2") - by Stinged - 14.06.2016, 07:36
Re: Error 033: array must be indexed (variable "tmp2") - by Sc0pion - 14.06.2016, 07:37
Re: Error 033: array must be indexed (variable "tmp2") - by iKarim - 14.06.2016, 07:44

Forum Jump:


Users browsing this thread: 2 Guest(s)