Syntax:=LogicalXor(Expression1, Expression2)
Description:Returns the result of an exclusive or of the two expressions.Equivalent to the Visual Basic Xor function: Expression1 Xor Expression2
Example:=LogicalXor(1,2)