String Comparison (result)

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.

 

Input Arguments

 

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

 

Return Arguments

 

4

Boolean

Resultant Value

The result of the string comparison.

 

Returned Status

 

SUCCESS

This command always succeeds.

Remarks

This command performs an alphabetic comparison between the two strings. A word appearing earlier in the diction- ary is considered “smaller”.