Search:

Type: Posts; User: SkyAphid

Search: Search took 0.08 seconds.

  1. Replies
    3
    Views
    1,481

    Re: How do I combine two strings in an array?

    I see what needs to be done. Thanks dude.
  2. Replies
    3
    Views
    1,481

    How do I combine two strings in an array?

    ea:
    Array[1]="Hi I'm ";
    Array[2] = "Paul";
    Array[3] = "RAGGLE";
    Array[4] = "FRAGGLE";

    I want to push "HI I'm Paul" and "RAGGLE FRAGGLE" so the array looks like this when I'm done.

    Array[1]...
Results 1 to 2 of 2