ProtoFlux:Null String: Difference between revisions

From Resonite Wiki
Create Null String ProtoFlux Node Page
 
m lazy
 
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:33, 31 January 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