error 033: array must be indexed (variable "savingstring")
#2

You can't do that on a string.. Change it to an integer then +/- What you want from it.
pawn Код:
mysql_fetch_field_row(savingstring, "intVW");
savingstring = savingstring+100000; // I know it's this.. but how can I fix it :S
new newnumber = strval(savingstring);
newnumber += 100000;
hq[i][vhq] = newnumber;
Reply


Messages In This Thread
error 033: array must be indexed (variable "savingstring") - by Brandon_More - 21.12.2013, 21:46
Re: error 033: array must be indexed (variable "savingstring") - by xVIP3Rx - 21.12.2013, 21:50
Re: error 033: array must be indexed (variable "savingstring") - by Brandon_More - 21.12.2013, 22:01

Forum Jump:


Users browsing this thread: 1 Guest(s)