1 string in a other
#1

Hello.
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]);
second:
Код:
  format(string2, sizeof (string2), "%s [Rank: %d] - %d Score\n", RankNames[1],Rank[1],RankScore[1]);
and so on...

is this possible?
its for the dialog messagebox because i dont like to write all in a string.
Reply


Messages In This Thread
1 string in a other - by Headshot1108 - 23.03.2010, 18:12
Re: 1 string in a other - by Headshot1108 - 23.03.2010, 19:12
Re: 1 string in a other - by MadeMan - 23.03.2010, 19:17
Re: 1 string in a other - by cozza123456 - 23.03.2010, 19:19
Re: 1 string in a other - by Headshot1108 - 23.03.2010, 19:34
Re: 1 string in a other - by TheChaoz - 23.03.2010, 20:29
Re: 1 string in a other - by Headshot1108 - 23.03.2010, 20:45
Re: 1 string in a other - by Headshot1108 - 24.03.2010, 13:10
Re: 1 string in a other - by VirSpectorX - 24.03.2010, 13:24
Re: 1 string in a other - by Headshot1108 - 24.03.2010, 13:50

Forum Jump:


Users browsing this thread: 1 Guest(s)