20.10.2011, 16:26
Tried it, but doesn't show anything IG and in server.exe it returned (null)
also tried print(systemItems[ProductID][iName]); and also returned (null)
but then tried this (removing the variables equalling eachother) And looked if the systemItems[ProductID][iName] actually worked, and it did. 'Cause it said: Beer, Cigar, Sprunk. (my 3 testers in the mySQL database)
so the problem really comes in when I equal the two or three like:
or
also tried print(systemItems[ProductID][iName]); and also returned (null)
but then tried this (removing the variables equalling eachother) And looked if the systemItems[ProductID][iName] actually worked, and it did. 'Cause it said: Beer, Cigar, Sprunk. (my 3 testers in the mySQL database)
so the problem really comes in when I equal the two or three like:
Код:
businessVariables[x][bProduct1] = systemItems[ProductID][iName];
Код:
systemItems[ProductID][iName] = Product; Product = businessVariables[x][bProduct1];