new File:handle = fopen("arquivo.txt", io_read); new string[128]; while(fread(handle, string)) { // cуdigo } fclose(handle);