Differences

This shows you the differences between two versions of the page.

Link to this comparison view

ppl:functions:isbitset [2019/04/16 13:14] – created - external edit 127.0.0.1ppl:functions:isbitset [2024/03/27 14:23] (current) stimpy
Line 1: Line 1:
 ====== ISBITSET(var:multitype, bit:integer) :BOOLEAN ====== ====== ISBITSET(var:multitype, bit:integer) :BOOLEAN ======
 Check the status of a specified bit in a variable.   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.  +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.   However, it will work with other data types (and expressions) as well if desired.  
  
-**See also:** BitSet, BitClear+--- 
 +**See also:** [[ppl:statements:bitset|BitSet]][[ppl:statements:bitclear|BitClear]]