UtilsLib REALbasic Plugin

MemoryBlock.BitTst Method

To determine state of a bit in a MemoryBlock, use the BitTst function.

BitTst(
   bit as Integer) as Boolean

Parameters

bit
0 based Integer ID of a bit to check.

Returns

Boolean

Remarks

This function is available on REALbasic 5.0 systems by adding a MemoryBlock parameter in front of other parameters.

Supported Platforms:

  • PPC - MacOS 9
  • Carbon - MacOS 9 and MacOS X (PEF)
  • MacOS X PPC - (Mach-O)
  • MacOS X Universal Binary (Mach-O)
  • Win32 - Windows
  • Linux x86

    See Also

    MemoryBlock Class Extension