Problem. Loop through alphabet letters..
#1

Hello guys, I am wondering, how to make a script, which will loop through alphabet.
Any ideas?

I did this:
pawn Код:
public OnFilterScriptInit()
{
    new Literka[2];
    Literka = "A";
   
    for(new i = 10; i != 0; i--)
    {
        printf(Literka);
        Literka++;
    }
}
but it doesnt works..
Any ideas?
Reply


Messages In This Thread
Problem. Loop through alphabet letters.. - by LetsOWN[PL] - 09.10.2011, 08:37
Re: Problem. Loop through alphabet letters.. - by GrimR - 09.10.2011, 09:09
Re: Problem. Loop through alphabet letters.. - by Karlip - 09.10.2011, 09:15
Re: Problem. Loop through alphabet letters.. - by GrimR - 09.10.2011, 09:55
Re: Problem. Loop through alphabet letters.. - by Vince - 09.10.2011, 10:02

Forum Jump:


Users browsing this thread: 1 Guest(s)