home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Hot Shareware 35
/
hot35.iso
/
ficheros
/
LVB
/
T2W32543.ZIP
/
_BITSTR.T2W
< prev
next >
Wrap
Text File
|
1998-05-21
|
968b
|
19 lines
CreateBits : create a string with how many bits specified by a number
FindBitReset : find the first bit 'reset' starting at a position
FindBitSet : find the first bit 'set' starting at a position
GetBit : check if a bit is 'set' or 'reset'
GiveBitPalindrome : returns all chars on which bit (0=7, 1=6, 2=5, 3=4)
IsBitPalindrome : check if a string is Bit palindrome
ReverseAllBits : reverse all bits
ReverseAllBitsByChar : reverse all bits by char
SetAllBits : set all bits to 'set' or 'reset'
SetBit : set a bit to 'set' or 'reset'
ToggleAllBits : toggle all bits
ToggleBit : toggle a bit
GetBit : check if a bit is 'set' or 'reset' in a value
SetBit : set a bit to 'set' or 'reset' in a value
B2I/I2B B2L/L2B : binary conversion to/from integer/long
GetBit (real bit position) : check if a bit is 'set' or 'reset' in a value
SetBit (real bit position) : set a bit to 'set' or 'reset' in a value
I2Bext, L2Bext : binary conversion from integer/long