ProtoFlux:String Length

From Resonite Wiki
Revision as of 01:08, 19 February 2024 by 989onan (talk | contribs) (Create String Length ProtoFlux Node Page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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