Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Help Text: Select an operator for the current line
Style: ComboBox
Values
| Name | Value | Description |
|---|---|---|
| empty | 0 | |
| equal | 1 | = |
| NotEqual | 2 | != |
| Less | 3 | < |
| more | 4 | > |
| LessEqual | 5 | <= |
| MoreEqual | 6 | >= |
| and | 7 | and |
| or | 8 | or |
| add | 9 | + |
| sub | 10 | - |
| mult | 11 | * |
| division | 12 | / |