Search:

Type: Posts; User: itispj

Search: Search took 0.08 seconds.

  1. Replies
    2
    Views
    1,322

    [SOLVED] Re: convert int to String

    yeah, slipped my mind haha. thanks!
  2. Replies
    2
    Views
    1,322

    [SOLVED] convert int to String

    for(int i = 0; i < mBucket.size(); i++)
    {
    c = (String) mBucket.get(0);
    a = Integer.toString(c);
    }

    mBucket is an arrayList and what the for loop...
Results 1 to 2 of 2