Support Board
Date/Time: Tue, 04 Aug 2026 14:22:14 +0000
Post From: How to negate a condition
| [2014-08-20 21:55:58] |
| Jeffrey - Posts: 2400 |
|
Use the "!" character, which is the logical not unary operator. For example: "!(C[-1]>O[-1])" |
