Search:

Type: Posts; User: rasty2g2

Search: Search took 0.09 seconds.

  1. Replies
    4
    Views
    1,778

    Re: Reading comma seperated text file

    How do i refer to returned values for String.split() in my code for COLUMN1 and COLUMN2 please?

    while ((strLine = br.readLine()) != null) {
    strLine.split(",") ...
  2. Replies
    4
    Views
    1,778

    Reading comma seperated text file

    Hi,
    I need to read the contents of a text file which contains comma separated values into my code. Code iterates until last line in text file is read, then ends. Now i am able to read a line with...
Results 1 to 2 of 2