Is there a diffrence?
#1

In every script I see the format line like this:
pawn Код:
format(string, sizeof(string), "Hello %s", name);
But I saw this in a script, and it's easier to write it like this:
pawn Код:
format(string, sizeof string, "Hello %s", name);
So is there any diffrence at all?
Reply


Messages In This Thread
Is there a diffrence? - by Dan. - 23.08.2012, 09:45
Re: Is there a diffrence? - by ThePhenix - 23.08.2012, 09:49
Re: Is there a diffrence? - by Wesley221 - 23.08.2012, 09:50
Re : Is there a diffrence? - by Eony - 23.08.2012, 10:01

Forum Jump:


Users browsing this thread: 1 Guest(s)