Create Concatenate Chars ProtoFlux Node Page |
wrong node title |
||
Line 1: | Line 1: | ||
{{#Invoke:ProtoFlux|GenerateUI | {{#Invoke:ProtoFlux|GenerateUI | ||
|Name= | |Name=+ | ||
|Category=Characters | |Category=Characters | ||
|Inputs= | |Inputs= |
Revision as of 17:33, 19 February 2024
+
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.