home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic 4 Power Pack / Visual_Basic4_Power_Pack.bin / vb4files / t2win_32 / _bitstr.t2w < prev    next >
Encoding:
Text File  |  1996-11-20  |  602 b   |  13 lines

  1. CreateBits : create a string with how many bits specified by a number
  2. FindBitReset : find the first bit 'reset' starting at a position
  3. FindBitSet : find the first bit 'set' starting at a position
  4. GetBit : check if a bit is 'set' or 'reset'
  5. GiveBitPalindrome : returns all chars on which bit (0=7, 1=6, 2=5, 3=4)
  6. IsBitPalindrome : check if a string is Bit palindrome
  7. ReverseAllBits : reverse all bits
  8. ReverseAllBitsByChar : reverse all bits by char
  9. SetAllBits : set all bits to 'set' or 'reset'
  10. SetBit : set a bit to 'set' or 'reset'
  11. ToggleAllBits : toggle all bits
  12. ToggleBit : toggle a bit
  13.