[<<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()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson