hello,
i want to create a text file whith for loop to insert many rows in it.
so, i want to each time to insert my new string in a new row of the text.
do you know a way to do it?
fwrite and fputs doesnot create insert the new string in a new line.
Thanks!