Remove an line from .txt file
#3

Код:
while(fread(handle,string))
		if(strfind(string,removed) == -1) {
fwrite(ftmp,string);
break;
}
Use that or change it to strcmp and compare the entire length of the string.
Reply


Messages In This Thread
Remove an line from .txt file - by GospodinX - 09.08.2018, 22:05
Re: Remove an line from .txt file - by GospodinX - 10.08.2018, 15:12
Re: Remove an line from .txt file - by [WSF]ThA_Devil - 10.08.2018, 15:36
Re: Remove an line from .txt file - by jlalt - 10.08.2018, 16:19
Re: Remove an line from .txt file - by GospodinX - 10.08.2018, 19:57
Re: Remove an line from .txt file - by Logic_ - 10.08.2018, 20:19
Re: Remove an line from .txt file - by Jefff - 10.08.2018, 20:33
Re: Remove an line from .txt file - by jlalt - 11.08.2018, 16:10
Re: Remove an line from .txt file - by denNorske - 11.08.2018, 16:34
Re: Remove an line from .txt file - by GospodinX - 11.08.2018, 21:56

Forum Jump:


Users browsing this thread: 1 Guest(s)