ProtoFlux:Concatenate Chars

From Resonite Wiki
Revision as of 17:30, 19 February 2024 by 989onan (talk | contribs) (Create Concatenate Chars ProtoFlux Node Page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Concatenate Chars
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 put them with strings or put them into text.

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