Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

ProtoFlux:JoinString

From Resonite Wiki
Join String
Values
*
Separator
Strings

The Join String node takes in an IEnumerable and a string separator, then returns the entire string array as a Collection.

Inputs

Values (IEnumerable)

All the values as a collection.

Separator (String)

The string separator used to separate the string collection.

Outputs

* (String)

Returns the string array as a collection.