Search:

Type: Posts; User: allquieton

Search: Search took 0.10 seconds.

  1. Re: Need help--trying to use an if/else statement that depends on which of 2 arrayLists an object is in.

    I think g does end up being bigger than maxIndex. I'm getting it figured out. I forgot there were two arrays when I wrote part of the code.
  2. Re: Need help--trying to use an if/else statement that depends on which of 2 arrayLists an object is in.

    Thanks for the info--I will read up on it.

    The exact error changes depending on how many and what type of objects are in the arraylist. For example, if I have one business contact object in the...
  3. Need help--trying to use an if/else statement that depends on which of 2 arrayLists an object is in.

    I have two arraylists. One is personalContactList. The other is businessContactList.

    1. I want to take user input that references an object attribute (int),
    2. Use it to determine which object is...
Results 1 to 3 of 3