abort execution(a, b)
|
Group |
Compares a with b and aborts the processing without error message if they are not equal.
Description of Parameters
|
Parameter |
Description |
|
a |
Compared value 1. |
|
b |
Compared value 2. |
Example
|
Parameter a |
Parameter b |
Result |
Abort Operation |
|
value |
value |
value |
no |
|
value |
othervalue |
yes |