+
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
-
Example of using Concatenate Chars in some ProtoFlux code, wherein two random characters are combined to make a string.