Search:

Type: Posts; User: Norm

Search: Search took 0.10 seconds.

  1. Replies
    3
    Views
    940

    [SOLVED] Re: How to put all char in loop to string?

    Do a internet search for Concatenating Strings
  2. Replies
    3
    Views
    940

    [SOLVED] Re: How to put all char in loop to string?

    Use concatenation. Start with a String with an initial value and concatenate each new character to it.
    The + is the concatenation operator: "A" + "B" gives "AB"
Results 1 to 2 of 2