ProtoFlux:Concatenate Chars

From Resonite Wiki
Revision as of 17:53, 20 February 2024 by Yosh (talk | contribs) (clarify use case and gallery size)
+
A
*
B
Characters

Concatenate Chars is a ProtoFlux node that can combine two characters into a new string.

This is very useful when working with individual characters and need to perform string operations on them, saving a node if one needs to concatenate two as well.

Inputs

A (Char)

The first character to combine.

B (Char)

The second character to combine.

Outputs

* (String)

A (Char) and B (Char) combined into a string.

Examples