Search:

Type: Posts; User: kigroy

Search: Search took 0.14 seconds.

  1. Replies
    6
    Views
    2,152

    Re: Import Comma Delimited File to 2D Array

    The value was "Name". Deleted the first line from the table and it works great now. Plus I think i have a way to get everything into a 2D array. Thanks for helping me through it.
  2. Replies
    6
    Views
    2,152

    Re: Import Comma Delimited File to 2D Array

    I tried Interger.parseIng(str) too, however I still get an error.
  3. Replies
    6
    Views
    2,152

    Re: Import Comma Delimited File to 2D Array

    Great idea, I would never have thought of that. However, after some further thought, I can define the rows and columns at the start of the program, because I will know that information in advance. ...
  4. Replies
    6
    Views
    2,152

    Import Comma Delimited File to 2D Array

    Hi All,

    Goal: I will have varying sizes of a comma delimited file that I need to import into my Java program and store in a 2D array. Please note the examples will be much larger than the ones...
Results 1 to 4 of 4