Results 1 to 4 of 4

Thread: Writing a file in neat format

Threaded View

  1. #1

    Thread Starter
    Fanatic Member x-ice's Avatar
    Join Date
    Mar 2004
    Location
    UK
    Posts
    671

    Resolved Writing a file in neat format

    I am using the FileWriter() class to write a file. But i'm not getting what i want.
    Code:
    Bill JonesJohn SmithMike BurnsDaniel MorganPeter Hughes
    I dont want this, but i want this.
    Code:
    Bill Jones
    John Smith
    Mike Burns
    Daniel Morgan
    Peter Hughes
    How can i get this? Can you get this using the FileWriter class as it doesn't appear that the class can do a carriage return when writing a file?
    Last edited by x-ice; Feb 25th, 2007 at 07:09 PM.

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