How to loop through letters
#1

I try to explain what i need

I tried before like this:
pawn Код:
for(new a='a'; a<='z'; c++)
    {
        for(new b='a'; b<='z'; c++)
        {
            for(new c='a'; c<='z'; c++)
            {
                for(new d='a'; d<='z'; c++)
                {
                    for(new e='a'; e<='z'; c++)
                    {
                        if(fexists(
                    }
                }
            }
        }
    }
I don't know if it works or not and it takes some time...

How to make this?

It will load all file's names...
Reply


Messages In This Thread
How to loop through letters - by TheGamer! - 22.02.2012, 19:16

Forum Jump:


Users browsing this thread: 1 Guest(s)