Comments inside strings
#7

Sort them using an enumeration.

pawn Код:
#include <a_samp>

enum { One, Two, Three, Four };

new Array[] = { 1, 2, 3, 4 };

main ()
{
    printf("%d", Array[Three]);
}
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)