Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: devos on May 21, 2014, 04:57:52 PM

Title: Add String
Post by: devos on May 21, 2014, 04:57:52 PM
Regards, First thank you for such an excellent job to make PLAYMAKER!

I now know how to add more than 1 string to a variable, eg


Text = "Text1" + "Text2" + "text3";


something like "add Int" but for string
Title: Re: Add String
Post by: Alex Chouls on May 21, 2014, 05:23:13 PM
Look into Build String and Format String.

Build String makes a string from multiple source strings.
Format String is more flexible, allowing you to include other variable types.
Title: Re: Add String
Post by: TrentSterling on May 21, 2014, 05:31:14 PM
Format String is more flexible, allowing you to include other variable types.

Oh man. Now I feel silly for converting everything to a string and using Build String.  :(