Search:

Type: Posts; User: andbin

Search: Search took 0.11 seconds.

  1. Re: Working on reading / editing file data for my program.. Need HELP!

    First, you need to read "lines". You can use readLine() of BufferedReader or nextLine() of Scanner. Obviously in a loop, in order to read all lines.

    Second, for each line you need to extract all...
  2. Re: Working on reading / editing file data for my program.. Need HELP!

    This is a "structured" information but .... it's not really structured at the best.

    If the line was:
    Red Hot Chili Peppers;Alternative;1;35;16.99;

    It would be better structured (and more...
Results 1 to 2 of 2