Help making a long dialog list using strings
#3

Код:
format(hugestring, sizeof(hugestring),"%s %d",CompanyNames[h],);
You are trying to declare 2 variables yet you only displaying 1.
Код:
"%s %d",CompanyNames[h],);
See the "," and then you close the code, you should be defining what "%d" is... Currently only "%s" is being used.

Hope it makes sense
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)