ProtoFlux:StringJoin: Difference between revisions

From Resonite Wiki
Create String Join ProtoFlux Node Page
 
m YoshBot moved page ProtoFlux:String Join to ProtoFlux:StringJoin: Automated: removing spaces from ProtoFlux namespace
 
(One intermediate revision by one other user not shown)
Line 5: Line 5:
[
[
{"Name": "Separator", "Type": "String"},
{"Name": "Separator", "Type": "String"},
{"Name": "Inputs", "Multi": 10, "Type": "String"}
{"Name": "Inputs", "Multi": 20, "Type": "String"}
]
]
|Outputs=
|Outputs=

Latest revision as of 00:35, 21 August 2025

Join
Separator
*
Inputs
+
-
Strings

String Join is a protoflux node that can take a Separator (String), and a some Inputs (List of String) and combine them, separating each item with Separator (String), or with nothing if Separator (String) is not provided.

Inputs

Separator (String)

The item to separate the Inputs (List of String) when joined.

Inputs (List of String)

The items to join together

Outputs

* (String)

Returns all Inputs (List of String) joined together in order while separated by Separator (String).

Examples