Search:

Type: Posts; User: popnfresh

Search: Search took 0.17 seconds.

  1. Replies
    3
    Views
    1,267

    Re: Array List help

    K. Thanks. Got it figured out. I was doing it right (not the way posted above), I was just missing a proper cast
  2. Replies
    3
    Views
    1,267

    Array List help

    I have an array list of objects and I want to use them in a function call. I want to effectively do this:


    apples[i].function();

    but am unsure how to do this with an array list. Please help.
Results 1 to 2 of 2