playMaker

Author Topic: join multiple strings[SOLVED]  (Read 3139 times)

Sjones

  • Full Member
  • ***
  • Posts: 203
join multiple strings[SOLVED]
« on: September 07, 2012, 06:54:29 PM »
I would like to join multiple strings to store in another string variable.

for example *string1* kills *string2* set to *string3* the kills would be another string but not a variable, instead a static string, would be extremely helpful if it could also include punctuation such as return to go to a second line.

Thanks
« Last Edit: September 10, 2012, 03:30:34 AM by jeanfabre »

Dev_Sebas

  • 1.2 Beta
  • Sr. Member
  • *
  • Posts: 398
    • Blog
Re: join multiple strings
« Reply #1 on: September 08, 2012, 06:58:40 AM »
Do you know the action build string.
You set how many parts it will have.
"string1" + "kills" + "string2". On "kills" case you just need to write "kills".
And in final store everything on another string.
Do you get the idea? If you need more help say it.
Bye

Sjones

  • Full Member
  • ***
  • Posts: 203
Re: join multiple strings
« Reply #2 on: September 08, 2012, 11:48:56 AM »
thanks for that, no I didnt notice that action, that was exactly what I was after, thanks!