error 033: array must be indexed (variable "raison")
#3

You already assigned something to "var" here "new var = dini_Int(filename2,"Int");" , then y are you assigning something else to var here? var=var+raison; . I think thats the issue , you could try replacing
PHP код:
var=var+raison;
to 
new "variable name"=var+raison
Because variables are containers so it can hold one at a time.

Aren't you trying to save a string? you cant do it like that
Reply


Messages In This Thread
error 033: array must be indexed (variable "raison") - by 3417512908 - 03.06.2018, 05:10
Re: error 033: array must be indexed (variable "raison") - by 3417512908 - 03.06.2018, 05:21
Re: error 033: array must be indexed (variable "raison") - by Livity - 03.06.2018, 05:40
Re: error 033: array must be indexed (variable "raison") - by GTLS - 03.06.2018, 06:06

Forum Jump:


Users browsing this thread: 1 Guest(s)