Adding more to a string
#1

Is there a way to add more onto a string later on?

Like for example in php you would do:
Код:
$string .= "more information<br>";
So I'm wondering if something like:
pawn Код:
format(string,sizeof(string),"%s more information",string);
would work?
Reply


Messages In This Thread
Adding more to a string - by oliverrud - 09.11.2011, 22:12
Re: Adding more to a string - by Norn - 09.11.2011, 22:40
Re: Adding more to a string - by oliverrud - 09.11.2011, 22:44

Forum Jump:


Users browsing this thread: 1 Guest(s)