Search:

Type: Posts; User: Norm

Search: Search took 0.10 seconds.

  1. Re: Can't get lines to cut at 60 characters and continue on next line right

    If you are done using a file, close it.
  2. Re: Can't get lines to cut at 60 characters and continue on next line right

    You should close the files that your were reading and writing when done with that step.
  3. Re: Can't get lines to cut at 60 characters and continue on next line right

    When you get errors, please copy and paste here the FULL contents of the console showing what you entered and the error message.

    After looking at your code:
    My suggestion was to
    First read in...
  4. Re: Can't get lines to cut at 60 characters and continue on next line right

    One approach would be to write the text to a new file and then rename the old file and then the new file. Say add .new to the name of the original file, write the new text to it then rename the...
  5. Re: Can't get lines to cut at 60 characters and continue on next line right

    Look at using some of the String class methods, like substring.
Results 1 to 5 of 5