ProtoFlux:ConcatenateChars

From Resonite Wiki
Revision as of 23:48, 20 August 2025 by YoshBot (talk | contribs) (YoshBot moved page ProtoFlux:Concatenate Chars to ProtoFlux:ConcatenateChars: Automated: removing spaces from ProtoFlux namespace)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
+
A
*
B
Characters

The Concatenate Chars node combines 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 and B combined into a string.

Examples