Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

ProtoFlux:ConcatenateChars: Difference between revisions

The Concatenate Chars node combines two characters into a new string.
YoshBot (talk | contribs)
m YoshBot moved page ProtoFlux:Concatenate Chars to ProtoFlux:ConcatenateChars: Automated: removing spaces from ProtoFlux namespace
Xeravax (talk | contribs)
Manual Sync from my own PC - wiki-bot(at)stefanocoding.me - https://github.com/Xeravax/mediawiki-simple-sync
 
Line 1: Line 1:
{{SHORTDESC:The Concatenate Chars node combines two characters into a new string.}}
{{#Invoke:ProtoFlux|GenerateUI
{{#Invoke:ProtoFlux|GenerateUI
|Name=+
|Name=+

Latest revision as of 17:02, 20 February 2026

+
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