+
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)
Examples
-
example of using Concatenate Chars in some ProtoFlux code.