array not indexed
#6

Quote:
Originally Posted by thuron
look, i have this, but it sais that the array is not indexed. what should i do?

Код:
new Currentval[256];
new Newval[256];
Код:
Currentval = dini_Get("file", "Value");
Newval = (Currentval + 700);
Код:
new Currentval;
new Newval;
Код:
Currentval = dini_Int("file", "Value");
Newval = (Currentval + 700);
but I think should be file not "file"
Reply


Messages In This Thread
array not indexed - by thuron - 14.10.2009, 18:25
Re: array not indexed - by dice7 - 14.10.2009, 18:44
Re: array not indexed - by thuron - 14.10.2009, 18:49
Re: array not indexed - by dice7 - 14.10.2009, 18:49
Re: array not indexed - by thuron - 14.10.2009, 18:54
Re: array not indexed - by Jefff - 14.10.2009, 19:56
Re: array not indexed - by thuron - 14.10.2009, 20:04
Re: array not indexed - by Jefff - 14.10.2009, 20:56
Re: array not indexed - by thuron - 15.10.2009, 08:10

Forum Jump:


Users browsing this thread: 2 Guest(s)