Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How can I skip a line when I'm writing into a file?

Status
Not open for further replies.

marcela24

Programmer
Feb 17, 2003
72
0
0
NL
Iam writint some strings into a file, using the FWRITE() command. When Iam writing the last string in the line I use the FPUTS() and then i continue using the FWRITE(). Anyway the FPUTS() is not breaking the line.

Do you have any other solution for this? Or, what´s wrong in what Iam doing?

Tks.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top