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

         Deactivates a bit selected from a byte

    Syntax:

         DelBit ( cByte, nBitPos ) -> cNewByte

         cByte   : Byte to be tratedtratar.
         nBitPos : Bit position inside the byte.

    Description:

         Puts to 0 a selected bit from a byte and returns the new byte.

    Return:

         New byte or Nil if cByte is not a character or nBitPos is not
         numeric.

    Example:

         cNewByte := BitBorra ( "C", 2 )

See Also: IsBit() SetBit()

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