ProtoFlux:Concatenate Chars

From Resonite Wiki
Revision as of 20:01, 3 June 2024 by Yosh (talk | contribs) (style & formatting)
(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