Search:

Type: Posts; User: curmudgeon

Search: Search took 0.12 seconds.

  1. Replies
    5
    Views
    1,314

    [SOLVED] Re: Java casting/combining char

    "not working" doesn't give us enough information to allow us to help. How is it not working? What is it not doing that it should be doing? What is it doing that it shouldn't be doing?

    And again,...
  2. Replies
    5
    Views
    1,314

    [SOLVED] Re: Java casting/combining char

    Ah, I see. You can create a String *before* your loop, and then inside of the loop, concatenate the char onto the String using the += operator.

    Note that a StringBuilder will do this more...
  3. Replies
    5
    Views
    1,314

    [SOLVED] Re: Java casting/combining char

    You've posted some I want's but no specific question that I can see. Please let us know exactly where you're stuck.
Results 1 to 3 of 3