Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Fast Library For Clipper 3.02 Reference - <b>byteor()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
    ByteOr()

         Makes a Or of two bytes bit to bit

    Syntax:

         ByteOr ( cByte1, cByte2 ) -> cNuevoByte

         cByte1 y cByte2 : Bytes to do de Or.

    Description:

         Makes an Or between the two especified bytes and returns the
         new byte with the result.

    Return:

         The result of the Or or Nil if any of the two entry bytes is
         not of the type character.

    Example:

         ? ByteOr ( "O", "A" )

See Also: ByteAnd() ByteNot()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson