ProtoFlux:LessOrEqualString: Difference between revisions

From Resonite Wiki
Create Less Or Equal String ProtoFlux Node Page
 
m YoshBot moved page ProtoFlux:Less Or Equal String to ProtoFlux:LessOrEqualString: Automated: removing spaces from ProtoFlux namespace
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{#Invoke:ProtoFlux|GenerateUI
{{#Invoke:ProtoFlux|GenerateUI
|Name=
|Name=
|Category=Strings
|Category=Strings
|Inputs=
|Inputs=

Latest revision as of 00:26, 21 August 2025

A
*
B
ComparisonType
Strings

Less Or Equal String is a ProtoFlux node that will say if A (String) is less than or equal to B (String) using the same comparison method as the Compare Strings Node. Which is based on Comparing Strings Microsoft 4.6.2.

Inputs

A (String)

The first string to check.

B (String)

The string to check is less than or equal to A (String).

ComparisonType (StringComparison)

The string comparison to use.

Outputs

* (bool)

Whether A is less than or equal to B according to Comparing Strings Microsoft 4.6.2.

Examples