XOR() Bit wise XOR of two bytes. ------------------------------------------------------------------------------- Syntax: XOr( <cByte1>, <cByte2> ) --> <cNewByte> Returns: XOr() will return the XOR'd byte of <cByte1> and <cByte2>. Files: Library is CUACLIP.LIB.