ProtoFlux:Char To String: Difference between revisions

From Resonite Wiki
Create Char To String ProtoFlux Node Page
 
title names
Line 18: Line 18:
== Inputs ==
== Inputs ==


=== ([[Type:Char|Char]]) ===
=== Input ([[Type:Char|Char]]) ===


The character to turn into a string.
The character to turn into a string.
Line 24: Line 24:
== Outputs ==
== Outputs ==


=== ([[Type:String|String]]) ===
=== * ([[Type:String|String]]) ===


The resulting converted string.
The resulting converted string.

Revision as of 17:27, 19 February 2024

Char To String
Input
*
Characters

Char to String is a ProtoFlux node that acts as a cast to turn a character into a string.

This is very useful when working with individual characters and need to put them with strings or put them into text.

Inputs

Input (Char)

The character to turn into a string.

Outputs

* (String)

The resulting converted string.

Examples