Search:

Type: Posts; User: KevinWorkman

Search: Search took 0.28 seconds.

  1. Re: Populating a 2D array with textfield values

    That loop will never be entered, as 0 is not < 0.
  2. Re: Populating a 2D array with textfield values

    Sigh. You might also want to post a link to your crosspost so we can avoid duplicating answers and wasting our time. :(
  3. Re: Populating a 2D array with textfield values

    Well, in that case, I'd suggest you provide an SSCCE that demonstrates what you've got so far. The code you posted so far is missing a few key details:

    How are you appending the array data to the...
  4. Re: Populating a 2D array with textfield values

    Do you have to use a 2D array? It seems to me like a single List containing Objects that in turn contain time and payment information would be a lot easier to keep in your head. Plus, dealing with an...
Results 1 to 4 of 4