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>byteand()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
    ByteAnd()

         Makes an And of two bytes bit to bit

    Syntax:

         ByteAnd ( cByte1, cByte2 ) -> cNuevoByte

         cByte1 y cByte2 : Bytes to do the And.

    Description:

         Makes an And Between the two especified bytes and returns the
         new byte with the result.

    Return:

         The result byte of the And or Nil if any of the two entry bytes
         are not of the type character.

    Example:

         ? ByteAnd ( "O", "A" )

See Also: ByteNot() ByteOr()

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