Playmaker Forum
PlayMaker Help & Tips => PlayMaker Help => Topic started 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
-
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.
-
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. :(