Comments inside strings
#5

Код:
new Array[][] = {
	{ 400, "Hello" },
	{ 411, "Hi, samp." }
};
And results...
Quote:

[19:45:59] One: 400
[19:45:59] Two: Hello
[19:45:59] ----------------------------------------------------
[19:45:59] One: 411
[19:45:59] Two: Hi, samp.

Код:
	printf("One: %d", Array[0][0]);
	printf("Two: %s", Array[0][1]);
	print("----------------------------------------------------");
	printf("One: %d", Array[1][0]);
	printf("Two: %s", Array[1][1]);
Reply


Messages In This Thread
Comments inside strings - by MP2 - 27.06.2012, 16:23
Re: Comments inside strings - by Vince - 27.06.2012, 16:27
Re: Comments inside strings - by Gh05t_ - 27.06.2012, 16:28
Re: Comments inside strings - by MP2 - 27.06.2012, 16:32
Re: Comments inside strings - by Britas - 27.06.2012, 16:36
Re: Comments inside strings - by MP2 - 27.06.2012, 16:43
Re: Comments inside strings - by Gh05t_ - 27.06.2012, 16:48
Re: Comments inside strings - by Roko_foko - 27.06.2012, 16:52
Re: Comments inside strings - by MP2 - 27.06.2012, 17:13
Re: Comments inside strings - by Gh05t_ - 27.06.2012, 17:35
Re: Comments inside strings - by Mauzen - 27.06.2012, 18:47
Re: Comments inside strings - by MP2 - 28.06.2012, 02:35

Forum Jump:


Users browsing this thread: 1 Guest(s)