playMaker

Author Topic: Add String  (Read 2556 times)

devos

  • Playmaker Newbie
  • *
  • Posts: 3
Add String
« 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

Alex Chouls

  • Administrator
  • Hero Member
  • *****
  • Posts: 4141
  • Official Playmaker Support
    • LinkedIn
Re: Add String
« Reply #1 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.

TrentSterling

  • Junior Playmaker
  • **
  • Posts: 89
  • Someday I'll make games!
    • My Blog
Re: Add String
« Reply #2 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.  :(