Integer Comparison

Compares two integer values.

 

Input Arguments

 

0

Integer

Integer 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

Integer

Integer B

The second value.

3

Step ID

Step if TRUE

The step to jump to if the comparison is true.

4

Step ID

Step if FALSE

The step to jump to if the comparison is false.

5

Boolean

Use for % complete

True reports percent complete as a function of the reference value

 

Return Arguments

None.

 

Returned Status

 

SUCCESS

This command always succeeds.

Remarks

The Use for % Complete (A5) was added to help keep track of the progress of an MP working through a long looping process. This provides the ability to get a display of the % complete as function of the two reference values. The loop iteration percentage is displayed in the MP bar header.