This code with strmid correct?
#4

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'
Reply


Messages In This Thread
This code with strmid correct? - by DarrenReeder - 04.10.2010, 21:33
Re: This code with strmid correct? - by Jefff - 04.10.2010, 21:48
Re: This code with strmid correct? - by DarrenReeder - 04.10.2010, 21:55
Re: This code with strmid correct? - by bigcomfycouch - 04.10.2010, 21:58
Re: This code with strmid correct? - by DarrenReeder - 04.10.2010, 22:18
Re: This code with strmid correct? - by Jefff - 04.10.2010, 22:19

Forum Jump:


Users browsing this thread: 1 Guest(s)