23.03.2010, 18:12
Hello.
I like to put a string in a other string.
My first:
second:
and so on...
is this possible?
its for the dialog messagebox because i dont like to write all in a string.
I like to put a string in a other string.
My first:
Код:
format(string, sizeof (string), "%s [Rank: %d] - %d Score\n", RankNames[0],Rank[0],RankScore[0]);
Код:
format(string2, sizeof (string2), "%s [Rank: %d] - %d Score\n", RankNames[1],Rank[1],RankScore[1]);
is this possible?
its for the dialog messagebox because i dont like to write all in a string.