ProtoFlux:Greater Than String

From Resonite Wiki
Revision as of 22:34, 17 February 2024 by 989onan (talk | contribs) (Create Greater Than String ProtoFlux Node Page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
>
A
*
B
ComparisonType
Strings

Greater Than String is a ProtoFlux node that will say if A (String) is greater than 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 greater than A (String).

ComparisonType (StringComparison)

The string comparison to use.

Outputs

* (bool)

Whether A is greater than B according to Comparing Strings Microsoft 4.6.2.

Examples