This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== ISBITSET(var:multitype, bit:integer) :BOOLEAN ====== Check the status of a specified bit in a variable. This function is primarily intended to be used with //BIGSTR// variables which can be up to 2048 bytes long. However, it will work with other data types (and expressions) as well if desired. --- **See also:** [[ppl:statements:bitset|BitSet]], [[ppl:statements:bitclear|BitClear]]