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
#2

Strcat
Reply
#3

Oh didn't know of that one, anyhow the format thing did also work as I intended, but nice to know for further stuff.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)