EinhugurBitwiseModule.BitClr Method (console safe)
To set a specified bit in a MemoryBlock to a 0, use the BitClr method.
BitClr(
byteOffset as Integer,
bit as Integer)
Parameters
- byteOffset
- This parameter can be used to specify byte offset into the MemoryBlock.
- bit
- 0 based Integer ID of a bit to clear.
Remarks
Supported Platforms:
MacOS X Cocoa 32 bitMacOS X Cocoa 64 bitWindows 32 bitWindows 64 bitLinux 32 bitLinux 64 bitLinux ARMUnsupported Platforms:
MacOS X Carbon
See Also
EinhugurBitwiseModule Module