ProtoFlux:StringLength: Difference between revisions

From Resonite Wiki
Create String Length ProtoFlux Node Page
 
m YoshBot moved page ProtoFlux:String Length to ProtoFlux:StringLength: Automated: removing spaces from ProtoFlux namespace
 
(No difference)

Latest revision as of 00:36, 21 August 2025

String Length
A
*
Strings

String Length is a ProtoFlux node that returns the length of A (String) including any white spaces.

Inputs

A (String)

The string to check the length for.

Outputs

* (int)

How long A (String) is including any white spaces.

Examples