1.Description
Two texts are checked for their alphabetic order. Output 1 sends a -1 if Text 1 is alphabetically smaller than Text 2. It sends a 1 if Text 1 is alphabetically greater than Text 2. If both texts are identical, Output 1 sends a zero.
2.Inputs
| No. | Name | Initialisation | Description |
|---|---|---|---|
| 1 | E1 Text 1 | "" | Text 1 |
| 2 | E2 Text 2 | "" | Text 2 |
3.Outputs
| No. | Name | Initialisation | SBC | Description |
|---|---|---|---|---|
| 1 | A1 Comparison | 0 | s | Comparison value |
s = send, sbc = send by change
4.Other
| Recalculation during start: | No |
|---|---|
| Module is retentive: | No |
| Internal designation: | 17764 |
| Category: | Text functions |