Search:

Type: Posts; User: DanTheSand

Search: Search took 0.19 seconds.

  1. Replies
    4
    Views
    1,512

    Re: trying to save data onto a file

    I put the filewriter outside the loop and it still only reads the last string that the user will input, here is the code:

    try
    {
    output = new PrintWriter (new FileWriter...
  2. Replies
    4
    Views
    1,512

    trying to save data onto a file

    Hey im trying to make a program that creates a new file and saves any amount of strings into the file, and basically the problem is that it only saves the last string that the user inputted. How do i...
Results 1 to 2 of 2