File - string search help
#6

pawn Код:
new File:myhandle = fopen("KickLog.txt", io_read);
new line[256], linecount;
while(fread(myhandle, line))
{
    if(strfind(line, "Matthias") != -1)
    {
        linecount++;
    }
}
fclose(myhandle);
Reply


Messages In This Thread
File - string search help - by GTA_Rules - 27.07.2009, 18:17
Re: File - string search help - by MadeMan - 27.07.2009, 18:40
Re: File - string search help - by GTA_Rules - 27.07.2009, 19:11
Re: File - string search help - by MadeMan - 27.07.2009, 19:22
Re: File - string search help - by GTA_Rules - 27.07.2009, 19:31
Re: File - string search help - by MadeMan - 27.07.2009, 19:54
Re: File - string search help - by GTA_Rules - 27.07.2009, 19:57

Forum Jump:


Users browsing this thread: 3 Guest(s)