ProtoFlux:NullString: Difference between revisions

From Resonite Wiki
Create Null String ProtoFlux Node Page
 
m YoshBot moved page ProtoFlux:Null String to ProtoFlux:NullString: Automated: removing spaces from ProtoFlux namespace
 
(One intermediate revision by one other user not shown)
Line 18: Line 18:
== Examples ==
== Examples ==
<gallery widths=480px heights=480px>
<gallery widths=480px heights=480px>
File:Protoflux_example_Null_String.webp|An example of using Null String in some ProtoFlux code.
File:Protoflux_example_Null_String.png|An example of using Null String in some ProtoFlux code.
</gallery>
</gallery>


[[Category:ProtoFlux:Strings]]
[[Category:ProtoFlux:Strings]]

Latest revision as of 00:28, 21 August 2025

Null String
*
Operators

Null String is a ProtoFlux node that returns a string with no content even white space, so the object is null, but still a String object.

Outputs

* (String)

The string A (String) repeated B (int) times.

Examples