Skip to main content

XOR

Returns a logical exclusive OR of all arguments. TRUE if an odd number of arguments are true, FALSE otherwise.

CategoryLogical
SyntaxXOR(logical1, [logical2], ...)

Parameters

ParameterRequiredDescription
logical1RequiredThe first condition to evaluate.
logical2OptionalAdditional conditions to evaluate.

Example

XOR(condition, value)

Auto-generated from the EngCanvas function registry.