| UtilsLib Xojo and Real Studio plugin |
|
MemoryBlock.BitSet Method
To set a specified bit in a MemoryBlock to a 1, use the BitSet method.
BitSet(
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 set.
Remarks
This method is not available on REALbasic 5.0 systems.
Supported Platforms:
Carbon - MacOS X Carbon (PEF)MacOS X CarbonWin32 - WindowsLinux x86Unsupported Platforms:
See Also
MemoryBlock Class Extension