home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 32 / hot34.iso / ficheros / LVB / T2W32523.ZIP / _BITSTR.T2W < prev    next >
Text File  |  1998-04-07  |  914b  |  18 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. GetBit : check if a bit is 'set' or 'reset' in a value
  14. SetBit : set a bit to 'set' or 'reset' in a value
  15. B2I/I2B B2L/L2B : binary conversion to/from integer/long
  16. GetBit (real bit position) : check if a bit is 'set' or 'reset' in a value
  17. SetBit (real bit position) : set a bit to 'set' or 'reset' in a value
  18.