bitwise

Functions that act on the individual bits of a value, rather than the value as a whole. In Visual FoxPro, the bitwise functions are BITAND( ), BITCLEAR( ), BITNOT( ), BITOR( ), BITRSHIFT( ), BITSET( ), BITTEST( ), and BITXOR( ).