ProtoFlux:CompareStrings

From Resonite Wiki
Revision as of 23:47, 20 August 2025 by YoshBot (talk | contribs) (YoshBot moved page ProtoFlux:Compare Strings to ProtoFlux:CompareStrings: Automated: removing spaces from ProtoFlux namespace)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Compare
A
*
B
ComparisonType
Strings

Comapre Strings is a ProtoFlux node that allows you to tell the difference between two different strings as a whole number. The comparison used is based on Comparing Strings Microsoft 4.6.2

Inputs

A (String)

The string to compare from.

B (String)

The string to compare to.

ComparisonType (StringComparison)

The string comparison to use.

Outputs

* (int)

The difference between the strings. can be positive or negative.

Examples