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