Search:

Type: Posts; User: Norm

Search: Search took 0.10 seconds.

  1. Replies
    5
    Views
    1,421

    Re: Only getting last word

    A simple way to put a space between two Strings is to concatenate a String with a space:

    string1 + " " + string2

    Also posted at...
  2. Replies
    5
    Views
    1,421

    Re: Only getting last word

    What happened when you tried it?
Results 1 to 2 of 2