Differences
This shows you the differences between two versions of the page.
ppl:functions:isbitset [2019/04/16 13:14] – created - external edit 127.0.0.1 | ppl:functions:isbitset [2024/03/27 14:23] (current) – stimpy | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== ISBITSET(var: | ====== ISBITSET(var: | ||
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: | ||