Compares two string values, but unlike a String Comparison step that provides the ability to jump to the appropriate step, this command simply returns a result which can be handled as needed within the script.
0 |
String |
String A |
The first value. |
1 |
Comparison Type |
Comparison Type |
The comparison to perform. Choose from equal to(=), less than(<), greater than(>), less than or equal to(<=), greater than or equal to(>=), or not equal to(!=). |
2 |
String |
String B |
The second value. |
3 |
Boolean |
Case sensitive? |
True requires the strings to be of the same case as well as the same characters |
4 |
Boolean |
Resultant Value |
The result of the string comparison. |
SUCCESS |
This command always succeeds. |
This command performs an alphabetic comparison between the two strings. A word appearing earlier in the diction- ary is considered “smaller”.