CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: CFile.Write

  1. #1
    Join Date
    Jul 1999
    Posts
    535

    CFile.Write

    how can I write a carriage return to a file?
    I mean how can I tell cFile to write to the line below the current line?

    thanks.. cube


  2. #2
    Join Date
    Apr 1999
    Location
    Germany
    Posts
    418

    Re: CFile.Write

    Hi cube,

    write \r\n (0x0D 0x0A) to the file.


    Martin

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured