04.10.2010, 21:58
That will only work if 'orgsStats[orgID][fColor]' is null because strcat merges two strings into one string.
pawn Код:
orgsStats[orgID][fColor] = "lemon";
value = "cake";
strcat(orgStats[user][fColor], value); // orgsStats[orgID][fColor] now is 'lemoncake'