New line?
#1

Does anyone know how to make a new line while writing to a file using fwrite?
I've tried using \n, but it doesn't work.
Reply
#2

Use \r and \n.
pawn Код:
fwrite(file, "Hello \r\n");
Reply
#3

Thanks!
[Too Short]
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)