XOR
Returns a logical exclusive OR of all arguments. TRUE if an odd number of arguments are true, FALSE otherwise.
| Category | Logical |
| Syntax | XOR(logical1, [logical2], ...) |
Parameters
| Parameter | Required | Description |
|---|---|---|
logical1 | Required | The first condition to evaluate. |
logical2 | Optional | Additional conditions to evaluate. |
Example
XOR(condition, value)
Auto-generated from the EngCanvas function registry.