Search:

Type: Posts; User: Norm

Search: Search took 0.09 seconds.

  1. Replies
    9
    Views
    1,336

    Re: Best Method to Extract Part of a Text File?

    Try more debugging by printing out ALL the Strings that are read and processed by the code to see where the data goes missing. Read the lines into a String and print the String before adding it to...
  2. Replies
    9
    Views
    1,336

    Re: Best Method to Extract Part of a Text File?

    Are you saying this line
    0,-66.00,
    should contain something else?

    What happened to the value that you want printed?

    Can the input file be minimized to the smallest possible contents?
  3. Replies
    9
    Views
    1,336

    Re: Best Method to Extract Part of a Text File?

    If you have any questions about your code, post it here with the questions.
  4. Replies
    9
    Views
    1,336

    Re: Best Method to Extract Part of a Text File?

    The logic seems simple enough. What problems are you having writing the code to do it?
    One technique would be to use boolean variables to remember the state of the search.
Results 1 to 4 of 4