Search:

Type: Posts; User: mwebb

Search: Search took 0.18 seconds.

  1. Replies
    10
    Views
    2,057

    Re: How to properly make this ArrayList?

    But how would I go about retrieving say a random object from both ArrayLists as if they were one? That's kind of why I was trying to see if I can co-mingle the data.
  2. Replies
    10
    Views
    2,057

    Re: How to properly make this ArrayList?

    They contain mingled Strings and ints as in {1,2,3,4,5,6,7,"Food","Donut","Cow","STD"...}.
  3. Replies
    10
    Views
    2,057

    Re: How to properly make this ArrayList?

    As of earlier I figured I could make the ints into Strings and cast them back into ints after retrieving them. But I'll clarify because I'm still open to better techniques.

    I have 52 items that...
  4. Replies
    10
    Views
    2,057

    How to properly make this ArrayList?

    I have worked with these a few times but they are still somewhat of a mystery to me. I am currently working on a script in which I need to implement an ArrayList so I can edit the data when I need...
Results 1 to 4 of 4