|
ReadBits | ||
Result = ReadBits(SrcValue, Startbit, BitCount) | ||
Parameters: SrcValue = The source value to read bits from Startbit = Bit from where to start BitCount = Number of bits to read |
||
Returns: Result |
||
The ReadBits returns a range of bits defined by StartBit and BitCount from SrcValue. Mini Tutorial: Showing the use of the function ReadBit
This example would output.
|
Related Info: | And | CopyBits | Move8 | Or | Xor : |
|
|||||||||||||||||||||||||||||||||||||||
(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com |