Search:

Type: Posts; User: macko

Search: Search took 0.10 seconds.

  1. Replies
    11
    Views
    1,835

    [SOLVED] Re: Splitting a txt file with multiple spaces

    Yes ive moved on from that step. I'm close to completion of the job. Although i have 1 question left to ask which i will make a new thread for, Thanks for the help i will mark this as SOLVED.
  2. Replies
    11
    Views
    1,835

    [SOLVED] Re: Splitting a txt file with multiple spaces

    To be honest.. I've formatted the file 2 times within the program code as it is.. i might be best.. simply using if(line.contains("DATA"))

    then create a seperate array for each line. If the line...
  3. Replies
    11
    Views
    1,835

    [SOLVED] Re: Splitting a txt file with multiple spaces

    What i'm trying to do: Read data from a textfile into a 2D array.



    import java.io.BufferedReader;
    import java.io.DataInputStream;
    import java.io.FileInputStream;
    import...
  4. Replies
    11
    Views
    1,835

    [SOLVED] Re: Splitting a txt file with multiple spaces

    Ok no problem , thanks
  5. Replies
    11
    Views
    1,835

    [SOLVED] Re: Splitting a txt file with multiple spaces

    Sorry, I think i may have the problem solved.. apon further investigation into the code. it seems that it was just a Tab. This problem was fixed by using the following code:


    ...
  6. Replies
    11
    Views
    1,835

    [SOLVED] Splitting a txt file with multiple spaces OR tabs

    Now i believe this is an easy one, Although i have tried quiet a few methods of doing this.. The textfile data that my clients other program generates seperates the collumns all with a different...
Results 1 to 6 of 6