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