String Comparison

Compares two string values, providing the ability to jump to the appropriate step depending on whether or not the strings are the same.

 

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

4

Step ID

Step if TRUE

The step to jump to if the comparison is true.

5

Step ID

Step if FALSE

The step to jump to if the comparison is false.

 

Return Arguments

None.

 

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”.