Need a little help with this small variables problem (putting into a string)
#3

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:
Код:
businessVariables[x][bProduct1] = systemItems[ProductID][iName];
or

Код:
systemItems[ProductID][iName] = Product;
Product = businessVariables[x][bProduct1];
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)