Search:

Type: Posts; User: GregBrannon

Search: Search took 0.09 seconds.

  1. Re: Loop used to read different data values from a text file

    How will the posted code ever get past the first while() in class Fileio:

    boolean procceed = false;
    while (procceed == true) {

    I don't know how the code you posted gets past that to the error...
  2. Re: Loop used to read different data values from a text file

    The error you've posted is complaining about an array index being out of bounds (-1), but there are no arrays visible in the code you've posted. Can you possibly post the code related to the error? ...
  3. Re: Loop used to read strings, numbers, etc and assign them from data values from a text file

    Please don't start duplicate topics in multiple sub-forums.
    Return to
    ***threads merged***
  4. Re: Loop used to read different data values from a text file

    It looks like you've started another thread on this topic, but I'll answer your last question:

    You can use the next() method (not "function" in Java) with increased difficulty or complexity. You...
  5. Re: Loop used to read different data values from a text file

    It's interesting your code is looking for "Ford" when there is no "Ford" in the data you've posted.

    What you've described and kind of posted sounds like the data should be of the form:

    Item...
Results 1 to 5 of 5