[Ajuda] Ler linha por linha
#3

Quote:
Originally Posted by HardWar
Посмотреть сообщение
pawn Код:
new File:file = fopen("arquivo.ini", io_read);
new linha[MAX_PLAYER_NAME+1];
new nomes[128];

while(fread(file, linha)) {
    strins(nomes, linha, strlen(nomes));
}

fclose(file);

if(strfind(nomes, "Fulano") != -1) {
    print("Achou fulano!");
}
Muito obrigado!
Reply


Messages In This Thread
Ler linha por linha - by bruxo00 - 23.07.2015, 15:44
Re: Ler linha por linha - by HardWar - 23.07.2015, 15:59
Re: Ler linha por linha - by bruxo00 - 23.07.2015, 17:34

Forum Jump:


Users browsing this thread: 1 Guest(s)