Join () ()

Revision as of 19:36, 8 June 2024 by Ninja 6734 (talk | contribs) (added page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Information

The Join () () block joins the two given strings together

Examples

Strings

Join (Banana) (Apple) will result in AppleBanana

 
Join Block with Variables

Variables

You can also use variables or any other output block in this:

Join (Variable1) (Variable2) will result in the two values of the variables combined

 
Join Block with other Output block

Join (current volume: ) (volume) will result in the string "current loudness: [loudness]"