ProtoFlux:ConcatenateChars: Difference between revisions

From Resonite Wiki
m style & formatting
m YoshBot moved page ProtoFlux:Concatenate Chars to ProtoFlux:ConcatenateChars: Automated: removing spaces from ProtoFlux namespace
 
(No difference)

Latest revision as of 23:48, 20 August 2025

+
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